diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2013-09-18 11:22:18 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:33 -0300 |
commit | 091cc47858f5d8bc040ea59a6941948d292e9ca8 (patch) | |
tree | a0d3058db55ca98e87e72ccd8c3285692282b91f /conf | |
parent | d97747814849af574e7a7227e808de6b75104d06 (diff) | |
download | meta-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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx6qsabresd.conf | 4 |
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 | ||
10 | KERNEL_DEVICETREE = "imx6q-sabresd.dtb" | 10 | KERNEL_DEVICETREE = "imx6q-sabresd.dtb" |
11 | 11 | ||
12 | UBOOT_MACHINE = "mx6qsabresd_config" | 12 | UBOOT_CONFIG ??= "sd" |
13 | UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" | ||
14 | UBOOT_CONFIG[sata] = "mx6qsabresd_sata_config" | ||