From e78842fca63ae9967e04cdb10c7152f26699f2f0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 29 Apr 2012 09:51:54 -0300 Subject: imx53qsb: force use of u-boot-imx U-Boot's mainline lacks support for Ripley's PMIC so until it get's fixed we need to avoid the switch for it. Signed-off-by: Otavio Salvador --- conf/machine/imx53qsb.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf index b7e535d..7898a04 100644 --- a/conf/machine/imx53qsb.conf +++ b/conf/machine/imx53qsb.conf @@ -11,3 +11,10 @@ SOC_FAMILY = "mx5" UBOOT_ENTRYPOINT = "0x70800000" UBOOT_LOADADDRESS = "0x70800000" UBOOT_MACHINE = "mx53loco_config" + +# Use u-boot-imx as 2012.04.01 lack's support for Ripley's PMIC +PREFERRED_PROVIDER_u-boot = "u-boot-imx" +UBOOT_MACHINE = "mx53_loco_config" +UBOOT_MAKE_TARGET_mx5 = "u-boot.bin" +UBOOT_SUFFIX_mx5 = "bin" +UBOOT_PADDING_mx5 = "2" -- cgit v1.2.3-54-g00ecf