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
commit091cc47858f5d8bc040ea59a6941948d292e9ca8 (patch)
treea0d3058db55ca98e87e72ccd8c3285692282b91f
parentd97747814849af574e7a7227e808de6b75104d06 (diff)
downloadmeta-fsl-arm-091cc47858f5d8bc040ea59a6941948d292e9ca8.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--conf/machine/imx6qsabresd.conf4
1 files changed, 3 insertions, 1 deletions
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"
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"