18 lines
351 B
Plaintext
18 lines
351 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NetModule HW 25
|
|
#@DESCRIPTION: Machine configuration for the netmodule hw25, aka TC Router
|
|
|
|
require am335x-nmhw24.conf
|
|
|
|
UBOOT_MACHINE = "am335x_hw25_defconfig"
|
|
|
|
KERNEL_DEVICETREE_TO_USE = "${HW25_DT}"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS0"
|
|
DEFAULT_ETH = "lan0"
|
|
|
|
MACHINE_FEATURES_remove = " \
|
|
bluetooth \
|
|
tibluetooth \
|
|
"
|