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
