18 lines
524 B
Plaintext
18 lines
524 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-base.inc
|
|
include conf/machine/include/tune-cortexa8.inc
|
|
|
|
SOC_FAMILY = "mx53:mx5"
|
|
|
|
# [DIGI] Digi's kernel does not use device tree.
|
|
# KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
|
|
|
|
UBOOT_MACHINE = "ccxmx53js_config"
|
|
|
|
# [DIGI] Wireless firmware file need to be addded here
|
|
# MACHINE_FIRMWARE += " firmware-imx-ath6k"
|
|
MACHINE_FEATURES += " wifi"
|