diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2013-09-18 11:21:14 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:33 -0300 |
commit | a0970c27abdc1b2564bf9a4d18014350568a3762 (patch) | |
tree | 43a509863c71ef11176d1cc19e89e8ae26f97915 /conf | |
parent | 3ee0b563b93f93e4d119ec46d9ad4a9373970266 (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/imx6dlsabresd.conf | 3 |
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 | ||
10 | KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" | 10 | KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" |
11 | 11 | ||
12 | UBOOT_MACHINE = "mx6dlsabresd_config" | 12 | UBOOT_CONFIG ??= "sd" |
13 | UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" | ||