summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-imx6
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-26 08:36:09 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-26 08:36:09 +0000
commit4409e1c1ae286118807601fa6e2fddf14550971c (patch)
tree22f68368952b560c4b7fc112ddeeec3777f7c543 /package/boot/uboot-imx6
parent907d0f76b7d5cd86257e18cc97d1492d4ef59d5d (diff)
downloadmaster-31e0f0ae-4409e1c1ae286118807601fa6e2fddf14550971c.tar.gz
master-31e0f0ae-4409e1c1ae286118807601fa6e2fddf14550971c.tar.bz2
master-31e0f0ae-4409e1c1ae286118807601fa6e2fddf14550971c.zip
uboot-imx6: alphabetize wandboard variants
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> SVN-Revision: 38203
Diffstat (limited to 'package/boot/uboot-imx6')
-rw-r--r--package/boot/uboot-imx6/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile
index 21c7b09718..21fc9bd150 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/package/boot/uboot-imx6/Makefile
@@ -24,10 +24,6 @@ define uboot/Default
IMAGE:=
endef
-define uboot/wandboard_solo
- TITLE:=U-Boot for the Wandboard Solo
-endef
-
define uboot/wandboard_dl
TITLE:=U-Boot for the Wandboard Dual Lite
endef
@@ -36,10 +32,14 @@ define uboot/wandboard_quad
TITLE:=U-Boot for the Wandboard Quad
endef
+define uboot/wandboard_solo
+ TITLE:=U-Boot for the Wandboard Solo
+endef
+
UBOOTS := \
- wandboard_solo \
wandboard_dl \
- wandboard_quad
+ wandboard_quad \
+ wandboard_solo
define Package/uboot/template
define Package/uboot-imx6-$(1)