21 lines
587 B
Plaintext
21 lines
587 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: ConnectCore for MX53 JumpStart Kit.
|
|
#@DESCRIPTION: Machine configuration for Digi's ConnectCore for MX53 JSK.
|
|
|
|
include conf/machine/include/imx-digi-base.inc
|
|
include conf/machine/include/tune-cortexa8.inc
|
|
|
|
SOC_FAMILY = "mx5"
|
|
|
|
# Digi's kernel does not use device tree.
|
|
# KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
|
|
|
|
UBOOT_MACHINE = "ccxmx53js_config"
|
|
|
|
# Wireless firmware file need to be addded here
|
|
# MACHINE_FIRMWARE += " firmware-imx-ath6k"
|
|
MACHINE_FEATURES += " wifi"
|
|
|
|
UBOOT_ENTRYPOINT_mx53 = "0x70800000"
|
|
UBOOT_LOADADDRESS_mx53 = "0x70800000"
|