mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 03:58:58 +00:00
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
22 lines
527 B
Plaintext
22 lines
527 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: OMAP-L138 LCDK
|
|
#@DESCRIPTION: Machine configuration for the TI OMAP-L138 LCDK board
|
|
|
|
require conf/machine/include/davinci.inc
|
|
require conf/machine/include/omapl138.inc
|
|
|
|
UBOOT_MACHINE = "omapl138_lcdk_config"
|
|
UBOOT_SUFFIX = "ais"
|
|
|
|
UBOOT_ENTRYPOINT = "0xc0008000"
|
|
UBOOT_LOADADDRESS = "0xc0008000"
|
|
|
|
IMAGE_FSTYPES += "tar.xz"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS2"
|
|
|
|
KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb"
|
|
|
|
# Set the list of device targets for ti-pdk class recipes
|
|
TI_PDK_LIMIT_BOARDS = "lcdkOMAPL138"
|