summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53qsb.conf
diff options
context:
space:
mode:
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"