summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2013-09-18 11:20:46 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-25 15:28:33 -0300
commit3ee0b563b93f93e4d119ec46d9ad4a9373970266 (patch)
treeed1070cc85d0963d44c3a975428392b84c2d6213
parentfd290be103bd6350dc6a448a6af45d2baa745dea (diff)
downloadmeta-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.conf7
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
10KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb" 10KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
11 11
12UBOOT_MACHINE = "mx6dlsabreauto_config"
13PREFERRED_PROVIDER_u-boot = "u-boot-imx" 12PREFERRED_PROVIDER_u-boot = "u-boot-imx"
13
14UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6dlsabreauto_config,sdcard"
16UBOOT_CONFIG[eimnor] = "mx6dlsabreauto_eimnor_config"
17UBOOT_CONFIG[nand] = "mx6dlsabreauto_nand_config,ubifs"
18UBOOT_CONFIG[spinor] = "mx6dlsabreauto_spinor_config"