]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6dlsabreauto: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
authorMario Domenech Goulart <mario@ossystems.com.br>
Wed, 18 Sep 2013 14:20:46 +0000 (11:20 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 25 Sep 2013 18:28:33 +0000 (15:28 -0300)
Supported boot devices: sd, eimnor, nand and spinor.

Change-Id: I7d762689582221489d53819b0cde0b3356230d75
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
meta-fsl-arm/conf/machine/imx6dlsabreauto.conf

index 9f443162323c039b48656204786a59b31d276404..bf31b4d069d9677678f6ffb769c07b96006f9332 100644 (file)
@@ -9,5 +9,10 @@ SOC_FAMILY = "mx6:mx6dl"
 
 KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
 
-UBOOT_MACHINE = "mx6dlsabreauto_config"
 PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6dlsabreauto_config,sdcard"
+UBOOT_CONFIG[eimnor] = "mx6dlsabreauto_eimnor_config"
+UBOOT_CONFIG[nand] = "mx6dlsabreauto_nand_config,ubifs"
+UBOOT_CONFIG[spinor] = "mx6dlsabreauto_spinor_config"