From 30fa91cdc1f99389adea838d72816c7f0ea6781b Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Thu, 21 Dec 2017 03:32:01 +0000 Subject: am57xx-evm.conf: Adding PDK support for AM574x Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- 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 e4a4051c..6e2eedf3 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 11620a90..cda9e0c9 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" -- cgit v1.2.3-54-g00ecf