summaryrefslogtreecommitdiff
path: root/configs/nitrogen6x_defconfig
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2014-07-10 10:18:04 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-15 23:11:15 +0200
commit9ba15d96244656163198c3a215bd44a68b3cd62f (patch)
treed4ec345c285d9822d95bbc5448336805f7fab7fa /configs/nitrogen6x_defconfig
parentd8bbfe759e4606c60854651db97a52fd8659cdb3 (diff)
nitrogen6x: include .dtb files for compatible variants
The Boundary Devices Nitrogen6X comes in a number of variants with different processors, and the kernel and userspace is compatible with the SABRE Lite (BD-SL-i.MX6), Nitrogen6_Lite, and Nitrogen6_Max boards. This patch adds support for these boards through the corresponding .dtb files. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/nitrogen6x_defconfig')
-rw-r--r--configs/nitrogen6x_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig
index da2a7e83e..082b1f58e 100644
--- a/configs/nitrogen6x_defconfig
+++ b/configs/nitrogen6x_defconfig
@@ -26,4 +26,4 @@ BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-nitrogen6x"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-nit6xlite imx6dl-nitrogen6_max imx6dl-nitrogen6x imx6q-nitrogen6_max imx6q-nitrogen6x imx6q-sabrelite"