aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53qsb.conf
blob: 7898a046b1a3115f4906b4d9512f905c4d34db84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#@TYPE: Machine
#@NAME: imx53 quick start board
#@DESCRIPTION: Machine configuration for Freescale imx53 quick start board

include conf/machine/include/soc-family.inc
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa8.inc

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"