diff options
author | Kayo Phoenix <kayo@illumium.org> | 2017-10-22 22:21:25 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-11-06 16:39:41 +0100 |
commit | 6a3565985fde9f2bdaeea24435e851364aecef4e (patch) | |
tree | bdd99e39f40f6c20a1cb027dc5d2ea9fa0ab4872 /package/boot | |
parent | 63d7c458867b62bda7662a897c05ac79aab21f5a (diff) | |
download | upstream-6a3565985fde9f2bdaeea24435e851364aecef4e.tar.gz upstream-6a3565985fde9f2bdaeea24435e851364aecef4e.tar.bz2 upstream-6a3565985fde9f2bdaeea24435e851364aecef4e.zip |
sunxi: Added profile for HAOYU Electronics Marsboard A10
The MarsBoard was a short-lived credit-card sized, extendable board with an Allwinner A10 SoC.
http://linux-sunxi.org/MarsBoard_A10
Signed-off-by: Kayo Phoenix <kayo@illumium.org>
[Forward-ported to new target layout:]
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-sunxi/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index 50c6b06a71..d986f6259c 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -96,6 +96,12 @@ define U-Boot/Hummingbird_A31 NAME:=Hummingbird A31 board endef +define U-Boot/Marsboard + BUILD_SUBTARGET:=cortexa8 + NAME:=Marsboard + BUILD_DEVICES:=sun4i-a10-marsboard +endef + define U-Boot/Mele_M9 BUILD_SUBTARGET:=cortexa7 NAME:=Mele M9 (A31) |