From c2f62ecc25aeb6124f525e6a7b2cc075c9733a8e Mon Sep 17 00:00:00 2001 From: Zoltan Herpai Date: Sat, 4 Jan 2014 10:09:52 +0000 Subject: [PATCH] add support for pcDuino board Signed-off-by: Zoltan HERPAI SVN-Revision: 39192 --- package/boot/uboot-sunxi/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index 105d345597..172bb6fbd5 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -45,7 +45,11 @@ define uboot/A20-OLinuXino_MICRO TITLE:=U-Boot 2013.10-rc2 for A20 Olinuxino endef -UBOOTS:=A13-OLinuXino Cubieboard Cubieboard2 A20-OLinuXino_MICRO Hackberry +define uboot/pcDuino + TITLE:=U-Boot 2013.10-rc2 for pcDuino +endef + +UBOOTS:=A13-OLinuXino Cubieboard Cubieboard2 A20-OLinuXino_MICRO Hackberry pcDuino define Package/uboot/template define Package/uboot-sunxi-$(1)