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: 6a3565985f
("sunxi: Added profile for HAOYU Electronics Marsboard A10")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
b5d52b2052
commit
332438be40
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,7 @@ define U-Boot/Hummingbird_A31
|
||||||
NAME:=Hummingbird A31 board
|
NAME:=Hummingbird A31 board
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define U-Boot/Marsboard
|
define U-Boot/Marsboard_A10
|
||||||
BUILD_SUBTARGET:=cortexa8
|
BUILD_SUBTARGET:=cortexa8
|
||||||
NAME:=Marsboard
|
NAME:=Marsboard
|
||||||
BUILD_DEVICES:=sun4i-a10-marsboard
|
BUILD_DEVICES:=sun4i-a10-marsboard
|
||||||
|
@ -189,6 +189,7 @@ UBOOT_TARGETS := \
|
||||||
Cubieboard2 \
|
Cubieboard2 \
|
||||||
Cubietruck \
|
Cubietruck \
|
||||||
Hummingbird_A31 \
|
Hummingbird_A31 \
|
||||||
|
Marsboard_A10 \
|
||||||
Mele_M9 \
|
Mele_M9 \
|
||||||
OLIMEX_A13_SOM \
|
OLIMEX_A13_SOM \
|
||||||
Linksprite_pcDuino \
|
Linksprite_pcDuino \
|
||||||
|
|
Loading…
Reference in a new issue