From: Mario Domenech Goulart Date: Wed, 18 Sep 2013 14:21:14 +0000 (-0300) Subject: imx6dlsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices X-Git-Tag: 2.1~1213 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3ee5a7a08852227f2130df7b197037fe367266ae;p=meta-freescale.git imx6dlsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices Supported boot devices: sd. Change-Id: I6028f47d170015f8c8aac113773e24ced34e38a0 Signed-off-by: Mario Domenech Goulart --- diff --git a/meta-fsl-arm/conf/machine/imx6dlsabresd.conf b/meta-fsl-arm/conf/machine/imx6dlsabresd.conf index 2797c7ce..1230265c 100644 --- a/meta-fsl-arm/conf/machine/imx6dlsabresd.conf +++ b/meta-fsl-arm/conf/machine/imx6dlsabresd.conf @@ -9,4 +9,5 @@ SOC_FAMILY = "mx6:mx6dl" KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" -UBOOT_MACHINE = "mx6dlsabresd_config" +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard"