aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-11-23 21:25:46 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2017-11-23 21:25:46 +0100
commit332438be40da7ae276969e68e7ddcc8d8e2ad81d (patch)
treecd1d90e90ecf2c944dbb8808c6bc00fe569cd4dd /package/boot/uboot-sunxi/Makefile
parentb5d52b205285df826dea709933b4a20cd192242f (diff)
downloadupstream-332438be40da7ae276969e68e7ddcc8d8e2ad81d.tar.gz
upstream-332438be40da7ae276969e68e7ddcc8d8e2ad81d.tar.bz2
upstream-332438be40da7ae276969e68e7ddcc8d8e2ad81d.zip
uboot-sunxi: fix build of HAOYU Electronics Marsboard A10
The uboot target is named MarsBoard_A10 and it was not build at all. This fixes a build problem seen by the build bot. Fixes: 6a3565985fde ("sunxi: Added profile for HAOYU Electronics Marsboard A10") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/boot/uboot-sunxi/Makefile')
-rw-r--r--package/boot/uboot-sunxi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile
index 57bd67a3ae..056300e189 100644
--- a/package/boot/uboot-sunxi/Makefile
+++ b/package/boot/uboot-sunxi/Makefile
@@ -96,7 +96,7 @@ define U-Boot/Hummingbird_A31
NAME:=Hummingbird A31 board
endef
-define U-Boot/Marsboard
+define U-Boot/Marsboard_A10
BUILD_SUBTARGET:=cortexa8
NAME:=Marsboard
BUILD_DEVICES:=sun4i-a10-marsboard
@@ -189,6 +189,7 @@ UBOOT_TARGETS := \
Cubieboard2 \
Cubietruck \
Hummingbird_A31 \
+ Marsboard_A10 \
Mele_M9 \
OLIMEX_A13_SOM \
Linksprite_pcDuino \