From a0970c27abdc1b2564bf9a4d18014350568a3762 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Wed, 18 Sep 2013 11:21:14 -0300 Subject: 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 --- conf/machine/imx6dlsabresd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf index 2797c7c..1230265 100644 --- a/conf/machine/imx6dlsabresd.conf +++ b/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" -- cgit v1.2.3-54-g00ecf