aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2014-11-06 00:05:15 +0000
committerNicolas Thill <nico@openwrt.org>2014-11-06 00:05:15 +0000
commite4cdf4c8f27160d312afc5d50ecd249e0b48be46 (patch)
tree505728e5c82c1b921b451ff32f8b50877a0f34e6 /package/boot/uboot-sunxi
parent2043ee8be023321494094ce2bfabdf12dade8279 (diff)
downloadmaster-187ad058-e4cdf4c8f27160d312afc5d50ecd249e0b48be46.tar.gz
master-187ad058-e4cdf4c8f27160d312afc5d50ecd249e0b48be46.tar.bz2
master-187ad058-e4cdf4c8f27160d312afc5d50ecd249e0b48be46.zip
uboot-sunxi: add support for Olimex A20-OLinuXino-LIME
Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43188 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-sunxi')
-rw-r--r--package/boot/uboot-sunxi/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile
index 17616cb2cb..d8bee16040 100644
--- a/package/boot/uboot-sunxi/Makefile
+++ b/package/boot/uboot-sunxi/Makefile
@@ -32,6 +32,10 @@ define uboot/A13-OLinuXino
TITLE:=U-Boot for the A13 OlinuXino
endef
+define uboot/A20-OLinuXino_Lime
+ TITLE:=U-Boot for the A20 OLinuXino LIME
+endef
+
define uboot/A20-OLinuXino_MICRO
TITLE:=U-Boot for A20 OLinuXino MICRO
endef
@@ -71,6 +75,7 @@ endef
UBOOTS:= \
A10-OLinuXino-Lime \
A13-OLinuXino \
+ A20-OLinuXino_Lime \
A20-OLinuXino_MICRO \
Bananapi \
Cubieboard \