summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/imx6dlsabresd.conf2
-rw-r--r--conf/machine/imx6slevk.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf
index c13af2ff..f832666e 100644
--- a/conf/machine/imx6dlsabresd.conf
+++ b/conf/machine/imx6dlsabresd.conf
@@ -9,7 +9,7 @@ require conf/machine/include/imx6sabresd-common.inc
9SOC_FAMILY = "mx6:mx6dl" 9SOC_FAMILY = "mx6:mx6dl"
10 10
11KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hdcp.dtb \ 11KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hdcp.dtb \
12 imx6dl-sabresd-pf200.dtb imx6dl-sabresd-enetirq.dtb imx6dl-sabresd-btwifi.dtb" 12 imx6dl-sabresd-enetirq.dtb imx6dl-sabresd-btwifi.dtb"
13 13
14UBOOT_CONFIG ??= "sd" 14UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" 15UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard"
diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf
index ec01992e..98402f7e 100644
--- a/conf/machine/imx6slevk.conf
+++ b/conf/machine/imx6slevk.conf
@@ -10,7 +10,7 @@ include conf/machine/include/tune-cortexa9.inc
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 imx6sl-evk-uart.dtb imx6sl-evk-btwifi.dtb" 13 imx6sl-evk-uart.dtb imx6sl-evk-btwifi.dtb"
14 14
15UBOOT_CONFIG ??= "sd" 15UBOOT_CONFIG ??= "sd"
16UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" 16UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard"