]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx53qsb: force use of u-boot-imx
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 29 Apr 2012 12:51:54 +0000 (09:51 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 29 Apr 2012 16:14:51 +0000 (13:14 -0300)
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 <otavio@ossystems.com.br>
meta-fsl-arm/conf/machine/imx53qsb.conf

index b7e535dd639558ec6426014ea4e6c630160277ee..7898a046b1a3115f4906b4d9512f905c4d34db84 100644 (file)
@@ -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"