[meta-freescale] [meta-fsl-arm PATCH v2 05/31] imx6solosabreauto: 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:35 PDT 2013


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

Supported boot devices: sd, eimnor, nand and spinor.

Change-Id: I9f4fbfc5c2331a2f2ec20cec2c7ea158f84dae2e
Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
---
 conf/machine/imx6solosabreauto.conf | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/conf/machine/imx6solosabreauto.conf b/conf/machine/imx6solosabreauto.conf
index 2e12934..c2f5fac 100644
--- a/conf/machine/imx6solosabreauto.conf
+++ b/conf/machine/imx6solosabreauto.conf
@@ -9,5 +9,10 @@ SOC_FAMILY = "mx6:mx6s"
 
 KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
 
-UBOOT_MACHINE = " mx6solosabreauto_config"
 PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6solosabreauto_config,sdcard"
+UBOOT_CONFIG[eimnor] = "mx6solosabreauto_eimnor_config"
+UBOOT_CONFIG[nand] = "mx6solosabreauto_nand_config,ubifs"
+UBOOT_CONFIG[spinor] = "mx6solosabreauto_spinor_config"
-- 
1.8.4.rc3




More information about the meta-freescale mailing list