summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"