21 lines
585 B
Plaintext
21 lines
585 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: ConnectCore for MX51 JumpStart Kit.
|
|
#@DESCRIPTION: Machine configuration for Digi's ConnectCore for MX51 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 trees.
|
|
# KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/ccxmx51js.dts"
|
|
|
|
UBOOT_MACHINE = "ccxmx51_config"
|
|
|
|
# Wireless firmware file need to be addded here
|
|
# MACHINE_FIRMWARE += " firmware-imx-ath6k"
|
|
MACHINE_FEATURES += " wifi"
|
|
|
|
UBOOT_ENTRYPOINT_mx51 = "0x94000000"
|
|
UBOOT_LOADADDRESS_mx51 = "0x94000000"
|