From 09b55abbadd73b7d3f5111cd45526b3b8b42d481 Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Sat, 12 Dec 2020 10:15:45 -0600 Subject: [PATCH] machine: am64xx-evm.conf: Remove commented code and update PDK values Signed-off-by: Dan Murphy --- conf/machine/include/am64xx.inc | 9 +++------ 1 file 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 @@ require conf/machine/include/k3.inc SOC_FAMILY_append = ":am64xx" -MACHINE_FEATURES += "screen touchscreen gpu" +MACHINE_FEATURES += "screen touchscreen" SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" @@ -9,13 +9,10 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" KERNEL_DEVICETREE = " \ ti/k3-am642-evm.dtb \ " - -#IMAGE_BOOT_FILES += "sysfw-am64x-evm.itb" - OPTEEMACHINE = "k3-am65x" OPTEEOUTPUTMACHINE = "k3" # Set the list of device targets for ti-pdk class recipes TI_PDK_LIMIT_SOCS = "am64x" -TI_PDK_LIMIT_BOARDS = "am64xx_evm" -TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0" +TI_PDK_LIMIT_BOARDS = "am64x_evm" +TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0 mcu1_1 mcu2_0 mcu2_1"