Signed-off-by: Eric Nelson <eric.nel...@boundarydevices.com>
---
 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 080079f..1f73460 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/package/boot/uboot-imx6/Makefile
@@ -37,7 +37,37 @@ define uboot/wandboard_quad
   TITLE:=U-Boot for the Wandboard Quad
 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/nitrogen6dl
+  TITLE:=U-Boot for Nitrogen6x i.MX6Dual-Lite 512MB board
+endef
+
+define uboot/nitrogen6dl1g
+  TITLE:=U-Boot for Nitrogen6x i.MX6Dual-Lite 1GB board
+endef
+
 UBOOTS := \
+       nitrogen6q \
+       nitrogen6q2g \
+       nitrogen6dl \
+       nitrogen6dl1g \
+       nitrogen6s \
+       nitrogen6s1g \
        wandboard_solo \
        wandboard_dl \
        wandboard_quad
-- 
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