[meta-freescale] [meta-fsl-arm][PATCH 3/7] imx6qsabreauto: 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:02 PDT 2013


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

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

diff --git a/conf/machine/imx6qsabreauto.conf b/conf/machine/imx6qsabreauto.conf
index aa1fbb6..4d367db 100644
--- a/conf/machine/imx6qsabreauto.conf
+++ b/conf/machine/imx6qsabreauto.conf
@@ -9,4 +9,8 @@ SOC_FAMILY = "mx6:mx6q"
 
 KERNEL_DEVICETREE = "imx6q-sabreauto.dtb"
 
-UBOOT_MACHINE = "mx6qsabreauto_config"
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6qsabreauto_config,sdcard"
+UBOOT_CONFIG[eimnor] = "mx6qsabreauto_eimnor_config"
+UBOOT_CONFIG[nand] = "mx6qsabreauto_nand_config,ubifs"
+UBOOT_CONFIG[spinor] = "mx6qsabreauto_spinor_config"
-- 
1.7.10.4




More information about the meta-freescale mailing list