[meta-freescale] [meta-fsl-arm PATCH v2 04/31] imx6qsabresd: 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:34 PDT 2013


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

Supported boot devices: sd and sata.

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

diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf
index 15d780b..f0eff4a 100644
--- a/conf/machine/imx6qsabresd.conf
+++ b/conf/machine/imx6qsabresd.conf
@@ -9,4 +9,6 @@ SOC_FAMILY = "mx6:mx6q"
 
 KERNEL_DEVICETREE = "imx6q-sabresd.dtb"
 
-UBOOT_MACHINE = "mx6qsabresd_config"
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard"
+UBOOT_CONFIG[sata] = "mx6qsabresd_sata_config"
-- 
1.8.4.rc3




More information about the meta-freescale mailing list