summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-12-12 10:15:45 -0600
committerDan Murphy <dmurphy@ti.com>2020-12-17 07:13:47 -0600
commitffe3b7c6e0e71b8080828cfbead9980944d1fbf9 (patch)
treeae6fd4aa5f74aa5435b5098a2e8c387e86034aa3 /conf
parent873917f7dc2b1befa218456997926b10b743cc96 (diff)
downloadmeta-ti-ffe3b7c6e0e71b8080828cfbead9980944d1fbf9.tar.gz
machine: am64xx-evm.conf: Remove commented code and update PDK values
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/am64xx.inc9
1 files changed, 3 insertions, 6 deletions
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 79a403a9..5a04a438 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -1,7 +1,7 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":am64xx" 2SOC_FAMILY_append = ":am64xx"
3 3
4MACHINE_FEATURES += "screen touchscreen gpu" 4MACHINE_FEATURES += "screen touchscreen"
5 5
6SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" 6SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
@@ -9,13 +9,10 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
9KERNEL_DEVICETREE = " \ 9KERNEL_DEVICETREE = " \
10 ti/k3-am642-evm.dtb \ 10 ti/k3-am642-evm.dtb \
11" 11"
12
13#IMAGE_BOOT_FILES += "sysfw-am64x-evm.itb"
14
15OPTEEMACHINE = "k3-am65x" 12OPTEEMACHINE = "k3-am65x"
16OPTEEOUTPUTMACHINE = "k3" 13OPTEEOUTPUTMACHINE = "k3"
17 14
18# Set the list of device targets for ti-pdk class recipes 15# Set the list of device targets for ti-pdk class recipes
19TI_PDK_LIMIT_SOCS = "am64x" 16TI_PDK_LIMIT_SOCS = "am64x"
20TI_PDK_LIMIT_BOARDS = "am64xx_evm" 17TI_PDK_LIMIT_BOARDS = "am64x_evm"
21TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0" 18TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0 mcu1_1 mcu2_0 mcu2_1"