Sata is supported on the imx6qsabresd not the imx6dlsabresd -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mario Domenech Goulart Sent: Monday, September 23, 2013 7:12 AM To: [email protected] Subject: [meta-freescale] [meta-fsl-arm][PATCH 2/7] imx6dlsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
Supported boot devices: sd and sata. Change-Id: I6028f47d170015f8c8aac113773e24ced34e38a0 Signed-off-by: Mario Domenech Goulart <[email protected]> --- conf/machine/imx6dlsabresd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf index 2797c7c..d7b98a6 100644 --- a/conf/machine/imx6dlsabresd.conf +++ b/conf/machine/imx6dlsabresd.conf @@ -9,4 +9,6 @@ SOC_FAMILY = "mx6:mx6dl" KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" -UBOOT_MACHINE = "mx6dlsabresd_config" +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" +UBOOT_CONFIG[sata] = "mx6dlsabresd_sata_config" -- 1.7.10.4 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
