diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:08 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:31 -0600 |
commit | 53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd (patch) | |
tree | 2d7a22adf169476666eda7d988767506f40f3d20 /conf/machine/dra7xx-evm.conf | |
parent | dd558151806beb2ac95356a7a8275498ccddf125 (diff) | |
download | meta-ti-53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd.tar.gz |
classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports
Remove deprecated support for compiling Keystone1/2 RTOS components and
Linux firmwares using PDK, CSL, etc.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/dra7xx-evm.conf')
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index db4a5e1c..5fa1dfa5 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
@@ -46,7 +46,3 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192" | |||
46 | # UBI: sub-page size: 512 | 46 | # UBI: sub-page size: 512 |
47 | # UBI: VID header offset: 2048 (aligned 2048) | 47 | # UBI: VID header offset: 2048 (aligned 2048) |
48 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 48 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
49 | |||
50 | # Set the list of device targets for ti-pdk class recipes | ||
51 | TI_PDK_LIMIT_BOARDS = "evmDRA72x evmDRA75x evmDRA78x" | ||
52 | TI_PDK_LIMIT_SOCS = "dra72x dra75x dra78x" | ||