From 04e056e1d6eb3a0eb78f71945b1edcb958dec1a8 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 11 Apr 2013 15:33:33 -0300 Subject: imx6dlsabresd: Use U-Boot 2009.08 from Freescale 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 --- conf/machine/imx6dlsabresd.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/imx6dlsabresd.conf') 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" -- cgit v1.2.3-54-g00ecf