summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/conf/machine/imx6solosabresd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6solosabresd.conf b/meta-fsl-arm/conf/machine/imx6solosabresd.conf
index 44031a81e..325e643d2 100644
--- a/meta-fsl-arm/conf/machine/imx6solosabresd.conf
+++ b/meta-fsl-arm/conf/machine/imx6solosabresd.conf
@@ -9,5 +9,7 @@ SOC_FAMILY = "mx6:mx6s"
9 9
10KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" 10KERNEL_DEVICETREE = "imx6dl-sabresd.dtb"
11 11
12UBOOT_MACHINE = " mx6solosabresd_config"
13PREFERRED_PROVIDER_u-boot = "u-boot-imx" 12PREFERRED_PROVIDER_u-boot = "u-boot-imx"
13
14UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard"