Signed-off-by: Mahesh Radhakrishnan <[email protected]> --- conf/machine/am57xx-evm.conf | 2 +- conf/machine/include/omap-a15.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index e4a4051..6e2eedf 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf @@ -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" diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index 11620a9..cda9e0c 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc @@ -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" -- 1.9.1 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
