summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2013-09-18 11:22:18 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-25 15:28:33 -0300
commit7b9f7123ffde75d752396e2eb69ab7f6a85aed16 (patch)
treeefd9fb666d00f9c62e3b8177d91589f778b70121
parenta79e7ba6a45f25a09dd068fbe1100b0daede2811 (diff)
downloadmeta-freescale-7b9f7123ffde75d752396e2eb69ab7f6a85aed16.tar.gz
imx6qsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
Supported boot devices: sd and sata. Change-Id: I66a3a5fcfa8624d1aba35003a873ba3a3bb1dcaf Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
-rw-r--r--meta-fsl-arm/conf/machine/imx6qsabresd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6qsabresd.conf b/meta-fsl-arm/conf/machine/imx6qsabresd.conf
index 15d780b0b..f0eff4ab6 100644
--- a/meta-fsl-arm/conf/machine/imx6qsabresd.conf
+++ b/meta-fsl-arm/conf/machine/imx6qsabresd.conf
@@ -9,4 +9,6 @@ SOC_FAMILY = "mx6:mx6q"
9 9
10KERNEL_DEVICETREE = "imx6q-sabresd.dtb" 10KERNEL_DEVICETREE = "imx6q-sabresd.dtb"
11 11
12UBOOT_MACHINE = "mx6qsabresd_config" 12UBOOT_CONFIG ??= "sd"
13UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard"
14UBOOT_CONFIG[sata] = "mx6qsabresd_sata_config"