[meta-freescale] [meta-fsl-arm PATCH v2 06/31] imx6solosabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices

Otavio Salvador otavio at ossystems.com.br
Tue Sep 24 12:20:36 PDT 2013


From: Mario Domenech Goulart <mario at ossystems.com.br>

Supported boot devices: sd and sata

Change-Id: Ic4f72275dc37da9f882ba51b234c1a1b4e6b2d4f
Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
---
 conf/machine/imx6solosabresd.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf
index 44031a8..c9e7dd0 100644
--- a/conf/machine/imx6solosabresd.conf
+++ b/conf/machine/imx6solosabresd.conf
@@ -9,5 +9,8 @@ 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"
+UBOOT_CONFIG[sata] = "mx6solosabresd_sata_config"
-- 
1.8.4.rc3




More information about the meta-freescale mailing list