summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2013-09-18 11:23:13 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-25 15:28:33 -0300
commit25a66bb76bb8e94cbf39507cef683a784c22c2d4 (patch)
treee413af039a4e0c3c3e800e67ec8a7e55cf4ca206
parentd7d8cd0ed0ea1187426f627e1511173d75da15ae (diff)
downloadmeta-freescale-25a66bb76bb8e94cbf39507cef683a784c22c2d4.tar.gz
imx6solosabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
Supported boot devices: sd Change-Id: Ic4f72275dc37da9f882ba51b234c1a1b4e6b2d4f Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
-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"