From: Mario Domenech Goulart Date: Wed, 18 Sep 2013 14:23:13 +0000 (-0300) Subject: imx6solosabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices X-Git-Tag: 2.1~1209 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=25a66bb76bb8e94cbf39507cef683a784c22c2d4;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/conf/machine/imx6solosabresd.conf b/meta-fsl-arm/conf/machine/imx6solosabresd.conf index 44031a81..325e643d 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" KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" -UBOOT_MACHINE = " mx6solosabresd_config" PREFERRED_PROVIDER_u-boot = "u-boot-imx" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard"