From 44f108636cd52297f65574a57b213523ad2d5373 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Wed, 18 Sep 2013 11:23:13 -0300 Subject: 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 --- conf/machine/imx6solosabresd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf index 44031a8..325e643 100644 --- a/conf/machine/imx6solosabresd.conf +++ b/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" -- cgit v1.2.3-54-g00ecf