summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53qsb.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-04-29 09:51:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-04-29 13:14:51 -0300
commite78842fca63ae9967e04cdb10c7152f26699f2f0 (patch)
treea2b8b21be62bbcc4d0edb81d8328af4f9b5677e9 /conf/machine/imx53qsb.conf
parent9eba8e7858695efe4d77075395a15ce8bfd991d6 (diff)
downloadmeta-fsl-arm-e78842fca63ae9967e04cdb10c7152f26699f2f0.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx53qsb.conf')
-rw-r--r--conf/machine/imx53qsb.conf7
1 files changed, 7 insertions, 0 deletions
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"
11UBOOT_ENTRYPOINT = "0x70800000" 11UBOOT_ENTRYPOINT = "0x70800000"
12UBOOT_LOADADDRESS = "0x70800000" 12UBOOT_LOADADDRESS = "0x70800000"
13UBOOT_MACHINE = "mx53loco_config" 13UBOOT_MACHINE = "mx53loco_config"
14
15# Use u-boot-imx as 2012.04.01 lack's support for Ripley's PMIC
16PREFERRED_PROVIDER_u-boot = "u-boot-imx"
17UBOOT_MACHINE = "mx53_loco_config"
18UBOOT_MAKE_TARGET_mx5 = "u-boot.bin"
19UBOOT_SUFFIX_mx5 = "bin"
20UBOOT_PADDING_mx5 = "2"