1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

am57xx-evm.conf: Adding PDK support for AM574x

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2017-12-21 03:32:01 +00:00
committed by Denys Dmytriyenko
parent 7b02c6126c
commit 30fa91cdc1
2 changed files with 2 additions and 2 deletions

View File

@@ -42,4 +42,4 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192"
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
# Set the list of device targets for ti-pdk class recipes
TI_PDK_LIMIT_BOARDS = "evmAM571x evmAM572x idkAM571x idkAM572x"
TI_PDK_LIMIT_BOARDS = "evmAM571x evmAM572x idkAM571x idkAM572x idkAM574x"

View File

@@ -36,4 +36,4 @@ UBI_VOLNAME = "rootfs"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp"
# Set the list of device targets for ti-pdk class recipes
TI_PDK_LIMIT_SOCS = "am571x am572x"
TI_PDK_LIMIT_SOCS = "am571x am572x am574x"