summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6solosabresd.conf
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2013-09-18 11:23:13 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-25 15:28:33 -0300
commit44f108636cd52297f65574a57b213523ad2d5373 (patch)
treeb1f145a6bf6402630697a4a285f123a583c1a70e /conf/machine/imx6solosabresd.conf
parent4f754f72226f56e226086d390f2a72ac52e35bd4 (diff)
downloadmeta-fsl-arm-44f108636cd52297f65574a57b213523ad2d5373.tar.gz
imx6solosabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
Supported boot devices: sd Change-Id: Ic4f72275dc37da9f882ba51b234c1a1b4e6b2d4f Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6solosabresd.conf')
-rw-r--r--conf/machine/imx6solosabresd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf
index 44031a8..325e643 100644
--- a/conf/machine/imx6solosabresd.conf
+++ b/conf/machine/imx6solosabresd.conf
@@ -9,5 +9,7 @@ SOC_FAMILY = "mx6:mx6s"
9 9
10KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" 10KERNEL_DEVICETREE = "imx6dl-sabresd.dtb"
11 11
12UBOOT_MACHINE = " mx6solosabresd_config"
13PREFERRED_PROVIDER_u-boot = "u-boot-imx" 12PREFERRED_PROVIDER_u-boot = "u-boot-imx"
13
14UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard"