From: Mario Domenech Goulart Date: Wed, 18 Sep 2013 14:22:18 +0000 (-0300) Subject: imx6qsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices X-Git-Tag: 2.1~1211 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7b9f7123ffde75d752396e2eb69ab7f6a85aed16;p=meta-freescale.git imx6qsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices Supported boot devices: sd and sata. Change-Id: I66a3a5fcfa8624d1aba35003a873ba3a3bb1dcaf Signed-off-by: Mario Domenech Goulart --- diff --git a/meta-fsl-arm/conf/machine/imx6qsabresd.conf b/meta-fsl-arm/conf/machine/imx6qsabresd.conf index 15d780b0..f0eff4ab 100644 --- a/meta-fsl-arm/conf/machine/imx6qsabresd.conf +++ b/meta-fsl-arm/conf/machine/imx6qsabresd.conf @@ -9,4 +9,6 @@ SOC_FAMILY = "mx6:mx6q" KERNEL_DEVICETREE = "imx6q-sabresd.dtb" -UBOOT_MACHINE = "mx6qsabresd_config" +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" +UBOOT_CONFIG[sata] = "mx6qsabresd_sata_config"