summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/conf/machine/imx6slevk.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6slevk.conf b/meta-fsl-arm/conf/machine/imx6slevk.conf
index cffbd0b05..533f85a83 100644
--- a/meta-fsl-arm/conf/machine/imx6slevk.conf
+++ b/meta-fsl-arm/conf/machine/imx6slevk.conf
@@ -9,7 +9,8 @@ include conf/machine/include/tune-cortexa9.inc
9 9
10SOC_FAMILY = "mx6:mx6sl" 10SOC_FAMILY = "mx6:mx6sl"
11 11
12KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb" 12KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb \
13 imx6sl-evk-pf200.dtb"
13 14
14UBOOT_CONFIG ??= "sd" 15UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" 16UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard"