From eeeddcd220df50933d658b27fde7b1b245a0c41f Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Sun, 14 Sep 2014 11:45:16 -0700 Subject: [PATCH] nitrogen6x: Add support for Nitrogen6_Max board 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 Signed-off-by: Otavio Salvador --- 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"