summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6dlsabresd.conf
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2013-09-18 11:21:14 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-25 15:28:33 -0300
commita0970c27abdc1b2564bf9a4d18014350568a3762 (patch)
tree43a509863c71ef11176d1cc19e89e8ae26f97915 /conf/machine/imx6dlsabresd.conf
parent3ee0b563b93f93e4d119ec46d9ad4a9373970266 (diff)
downloadmeta-fsl-arm-a0970c27abdc1b2564bf9a4d18014350568a3762.tar.gz
imx6dlsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
Supported boot devices: sd. Change-Id: I6028f47d170015f8c8aac113773e24ced34e38a0 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6dlsabresd.conf')
-rw-r--r--conf/machine/imx6dlsabresd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf
index 2797c7c..1230265 100644
--- a/conf/machine/imx6dlsabresd.conf
+++ b/conf/machine/imx6dlsabresd.conf
@@ -9,4 +9,5 @@ SOC_FAMILY = "mx6:mx6dl"
9 9
10KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" 10KERNEL_DEVICETREE = "imx6dl-sabresd.dtb"
11 11
12UBOOT_MACHINE = "mx6dlsabresd_config" 12UBOOT_CONFIG ??= "sd"
13UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard"