The U-Boot 2013.04 does not has support for i.MX6DL SabreSD so ensure we use U-Boot 2009.08 until it is added.
Signed-off-by: Otavio Salvador <[email protected]> --- Changes in v4: None Changes in v3: - Fix commit log U-Boot version Changes in v2: - New patch conf/machine/imx6dlsabresd.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf index 754b555..215ec1b 100644 --- a/conf/machine/imx6dlsabresd.conf +++ b/conf/machine/imx6dlsabresd.conf @@ -7,6 +7,8 @@ include conf/machine/include/tune-cortexa9.inc SOC_FAMILY = "mx6dl:mx6" +PREFERRED_PROVIDER_u-boot = "u-boot-imx" + UBOOT_MACHINE = "mx6dl_sabresd_config" UBOOT_SUFFIX = "bin" UBOOT_PADDING = "2" -- 1.8.1 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
