diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2013-09-18 11:20:46 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:33 -0300 |
commit | 3ee0b563b93f93e4d119ec46d9ad4a9373970266 (patch) | |
tree | ed1070cc85d0963d44c3a975428392b84c2d6213 | |
parent | fd290be103bd6350dc6a448a6af45d2baa745dea (diff) | |
download | meta-fsl-arm-3ee0b563b93f93e4d119ec46d9ad4a9373970266.tar.gz |
imx6dlsabreauto: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
Supported boot devices: sd, eimnor, nand and spinor.
Change-Id: I7d762689582221489d53819b0cde0b3356230d75
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
-rw-r--r-- | conf/machine/imx6dlsabreauto.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/imx6dlsabreauto.conf b/conf/machine/imx6dlsabreauto.conf index 9f44316..bf31b4d 100644 --- a/conf/machine/imx6dlsabreauto.conf +++ b/conf/machine/imx6dlsabreauto.conf | |||
@@ -9,5 +9,10 @@ SOC_FAMILY = "mx6:mx6dl" | |||
9 | 9 | ||
10 | KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb" | 10 | KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb" |
11 | 11 | ||
12 | UBOOT_MACHINE = "mx6dlsabreauto_config" | ||
13 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | 12 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" |
13 | |||
14 | UBOOT_CONFIG ??= "sd" | ||
15 | UBOOT_CONFIG[sd] = "mx6dlsabreauto_config,sdcard" | ||
16 | UBOOT_CONFIG[eimnor] = "mx6dlsabreauto_eimnor_config" | ||
17 | UBOOT_CONFIG[nand] = "mx6dlsabreauto_nand_config,ubifs" | ||
18 | UBOOT_CONFIG[spinor] = "mx6dlsabreauto_spinor_config" | ||