]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6qsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
authorMario Domenech Goulart <mario@ossystems.com.br>
Wed, 18 Sep 2013 14:22:18 +0000 (11:22 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 25 Sep 2013 18:28:33 +0000 (15:28 -0300)
Supported boot devices: sd and sata.

Change-Id: I66a3a5fcfa8624d1aba35003a873ba3a3bb1dcaf
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
meta-fsl-arm/conf/machine/imx6qsabresd.conf

index 15d780b0b924b76b89bf75332b7fb79418f925f3..f0eff4ab6ce188cf06a0e69e9a7be5af27aae5ed 100644 (file)
@@ -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"