diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/am57xx-evm.conf | 1 | ||||
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/omap-a15.inc | 3 |
3 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 6e2eedf3..18325481 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf | |||
@@ -42,4 +42,5 @@ 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_SOCS = "am571x am572x am574x" | ||
45 | TI_PDK_LIMIT_BOARDS = "evmAM571x evmAM572x idkAM571x idkAM572x idkAM574x" | 46 | TI_PDK_LIMIT_BOARDS = "evmAM571x evmAM572x idkAM571x idkAM572x idkAM574x" |
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 91afd855..7db9ff69 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
@@ -40,4 +40,4 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | |||
40 | 40 | ||
41 | # Set the list of device targets for ti-pdk class recipes | 41 | # Set the list of device targets for ti-pdk class recipes |
42 | TI_PDK_LIMIT_BOARDS = "evmDRA72x evmDRA75x evmDRA78x" | 42 | TI_PDK_LIMIT_BOARDS = "evmDRA72x evmDRA75x evmDRA78x" |
43 | TI_PDK_LIMIT_SOCS_append = " dra72x dra75x dra78x" | 43 | TI_PDK_LIMIT_SOCS = "dra72x dra75x dra78x" |
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index cda9e0c9..6dcff82b 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc | |||
@@ -34,6 +34,3 @@ UBI_VOLNAME = "rootfs" | |||
34 | 34 | ||
35 | # List common SoC features, may need to add touchscreen for specific machines | 35 | # List common SoC features, may need to add touchscreen for specific machines |
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 | |||
38 | # Set the list of device targets for ti-pdk class recipes | ||
39 | TI_PDK_LIMIT_SOCS = "am571x am572x am574x" | ||