mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
96260395c8
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM180x CPUs on an AM180x EVM board
|
|
#@DESCRIPTION: Machine configuration for the TI AM180x EVM board
|
|
|
|
require conf/machine/include/davinci.inc
|
|
require conf/machine/include/omapl138.inc
|
|
|
|
UBOOT_MACHINE = "da850evm_config"
|
|
UBOOT_ENTRYPOINT = "0xc0008000"
|
|
UBOOT_LOADADDRESS = "0xc0008000"
|
|
|
|
MACHINE_FEATURES = "kernel26 serial ethernet"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS2"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp"
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
|