From 25a66bb76bb8e94cbf39507cef683a784c22c2d4 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Wed, 18 Sep 2013 11:23:13 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/conf/machine/imx6solosabresd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.40.1