#@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" SPL_BINARY = "" UBOOT_ENTRYPOINT = "0xc0008000" UBOOT_LOADADDRESS = "0xc0008000" IMAGE_FSTYPES += "tar.xz" SERIAL_CONSOLES = "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"