[meta-freescale] [meta-fsl-arm-extra][PATCH] nitrogen6x: Add support for Nitrogen6_Max board

Eric Nelson eric.nelson at boundarydevices.com
Sun Sep 14 11:45:16 PDT 2014


The Nitrogen6_Max board differs from Nitrogen6x only in its'
device-tree and U-Boot configuration.

Add device-tree to the Nitrogen6x image build, along with the
SABRE Lite and Nitrogen6x and document U-Boot build.

Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
---
 conf/machine/nitrogen6x.conf | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
index 33505b3..7fa2630 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -18,6 +18,7 @@
 # --------------      ------    --------------------
 # i.MX6Quad/Dual        1GB     nitrogen6q_config
 # i.MX6Quad/Dual        2GB     nitrogen6q2g_config
+# i.MX6Quad/Dual        4GB     nitrogen6_max_config
 # i.MX6Dual-Lite        1GB     nitrogen6dl_config
 # i.MX6Dual-Lite        2GB     nitrogen6dl2g_config
 # i.MX6Solo           512MB     nitrogen6s_config
@@ -33,7 +34,10 @@ include conf/machine/include/tune-cortexa9.inc
 
 SOC_FAMILY = "mx6:mx6dl:mx6q"
 
-KERNEL_DEVICETREE = "imx6q-sabrelite.dtb imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb"
+KERNEL_DEVICETREE = "imx6q-sabrelite.dtb \
+                        imx6q-nitrogen6_max.dtb imx6dl-nitrogen6_max.dtb \
+                        imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb \
+"
 KERNEL_IMAGETYPE = "uImage"
 
 PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
-- 
1.9.1



More information about the meta-freescale mailing list