From 352aba230989eee97330bee359b42082270bf973 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 29 Apr 2012 09:51:54 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/conf/machine/imx53qsb.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-fsl-arm/conf/machine/imx53qsb.conf b/meta-fsl-arm/conf/machine/imx53qsb.conf index b7e535dd..7898a046 100644 --- a/meta-fsl-arm/conf/machine/imx53qsb.conf +++ b/meta-fsl-arm/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" -- 2.40.1