mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
This was used when the DT_VENDOR_PREFIX was different between supported BSP versions. All supported now use the new prefix so drop this var. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
26 lines
623 B
Plaintext
26 lines
623 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBoard X15
|
|
#@DESCRIPTION: Machine configuration for the BeagleBoard X15
|
|
|
|
require conf/machine/include/am57xx.inc
|
|
require conf/machine/include/beagle-bsp.inc
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
ti/omap/am57xx-beagle-x15 \
|
|
ti/omap/am57xx-idk-lcd \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/omap/am57xx-beagle-x15.dtb \
|
|
ti/omap/am57xx-beagle-x15-revb1.dtb \
|
|
ti/omap/am57xx-beagle-x15-revc.dtb \
|
|
ti/omap/am57xx-idk-lcd-osd101t2045.dtbo \
|
|
ti/omap/am57xx-idk-lcd-osd101t2587.dtbo \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
|
|
UBOOT_MACHINE = "am57xx_evm_config"
|