diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-21 03:32:01 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-21 23:00:47 -0500 |
commit | 01c389ef104e96454ab45f84f0f37227b2cc2177 (patch) | |
tree | db409941fc91cfb898e55f4fe17e794d1888bca7 /conf | |
parent | deccaef6c372b473af7b9f929d83f4738724479a (diff) | |
download | meta-ti-01c389ef104e96454ab45f84f0f37227b2cc2177.tar.gz |
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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am57xx-evm.conf | 2 | ||||
-rw-r--r-- | 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" | |||
42 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 42 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
43 | 43 | ||
44 | # Set the list of device targets for ti-pdk class recipes | 44 | # Set the list of device targets for ti-pdk class recipes |
45 | TI_PDK_LIMIT_BOARDS = "evmAM571x evmAM572x idkAM571x idkAM572x" | 45 | 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" | |||
36 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp" | 36 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp" |
37 | 37 | ||
38 | # Set the list of device targets for ti-pdk class recipes | 38 | # Set the list of device targets for ti-pdk class recipes |
39 | TI_PDK_LIMIT_SOCS = "am571x am572x" | 39 | TI_PDK_LIMIT_SOCS = "am571x am572x am574x" |