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

Mario Domenech Goulart mario at ossystems.com.br
Mon Sep 23 05:12:05 PDT 2013


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.7.10.4




More information about the meta-freescale mailing list