Signed-off-by: Eric Nelson <eric.nel...@boundarydevices.com>
---
V2 alphabetizes the list and fixes nitrogen6dl/dl2g.
V3 fixes the second part of nitrogen6dl/dl2g (UBOOTS list)

Depends on patch "uboot-imx6: alphabetize wandboard variants"

Patch 1/2 was nacked, so no update will be sent.

 package/boot/uboot-imx6/Makefile | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile
index 21fc9bd..009d579 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/package/boot/uboot-imx6/Makefile
@@ -24,6 +24,30 @@ define uboot/Default
   IMAGE:=
 endef
 
+define uboot/nitrogen6dl
+  TITLE:=U-Boot for Nitrogen6x i.MX6Dual-Lite 1GB board
+endef
+
+define uboot/nitrogen6dl2g
+  TITLE:=U-Boot for Nitrogen6x i.MX6Dual-Lite 2GB board
+endef
+
+define uboot/nitrogen6q
+  TITLE:=U-Boot for Nitrogen6x/SABRE Lite (MX6Q/1GB)
+endef
+
+define uboot/nitrogen6q2g
+  TITLE:=U-Boot for Nitrogen6x i.MX6Quad 2GB board
+endef
+
+define uboot/nitrogen6s
+  TITLE:=U-Boot for Nitrogen6x i.MX6Solo 512MB board
+endef
+
+define uboot/nitrogen6s1g
+  TITLE:=U-Boot for Nitrogen6x i.MX6Solo 1GB board
+endef
+
 define uboot/wandboard_dl
   TITLE:=U-Boot for the Wandboard Dual Lite
 endef
@@ -37,6 +61,12 @@ define uboot/wandboard_solo
 endef
 
 UBOOTS := \
+       nitrogen6dl \
+       nitrogen6dl2g \
+       nitrogen6q \
+       nitrogen6q2g \
+       nitrogen6s \
+       nitrogen6s1g \
        wandboard_dl \
        wandboard_quad \
        wandboard_solo
-- 
1.8.1.2
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to