From: Mario Domenech Goulart Date: Wed, 18 Sep 2013 14:20:46 +0000 (-0300) Subject: imx6dlsabreauto: set up UBOOT_CONFIG with config/fs-type for the supported boot devices X-Git-Tag: 2.1~1214 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c5d20b35483b23d1ed4d5457ce9c25ffc1b571a3;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf index 9f443162..bf31b4d0 100644 --- a/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf +++ b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf @@ -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"