From: Otavio Salvador Date: Sun, 29 Apr 2012 12:51:54 +0000 (-0300) Subject: imx53qsb: force use of u-boot-imx X-Git-Tag: 2.1~1858 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=352aba230989eee97330bee359b42082270bf973;p=meta-freescale.git 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 --- 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"