projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e39e1ba
)
uboot-sunxi: add support for Olimex A20-OLinuXino-LIME
author
Nicolas Thill
<nico@openwrt.org>
Thu, 6 Nov 2014 00:05:15 +0000
(
00:05
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 6 Nov 2014 00:05:15 +0000
(
00:05
+0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43188
package/boot/uboot-sunxi/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-sunxi/Makefile
b/package/boot/uboot-sunxi/Makefile
index 17616cb2cb66e6600822525a3d2bae56134d736e..d8bee16040a5e72437ed12a468c4daa730617184 100644
(file)
--- 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 \