diff options
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/am64xx.inc | 9 |
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 @@ | |||
| 1 | require conf/machine/include/k3.inc | 1 | require conf/machine/include/k3.inc |
| 2 | SOC_FAMILY_append = ":am64xx" | 2 | SOC_FAMILY_append = ":am64xx" |
| 3 | 3 | ||
| 4 | MACHINE_FEATURES += "screen touchscreen gpu" | 4 | MACHINE_FEATURES += "screen touchscreen" |
| 5 | 5 | ||
| 6 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" | 6 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" |
| 7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| @@ -9,13 +9,10 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | |||
| 9 | KERNEL_DEVICETREE = " \ | 9 | KERNEL_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 | |||
| 15 | OPTEEMACHINE = "k3-am65x" | 12 | OPTEEMACHINE = "k3-am65x" |
| 16 | OPTEEOUTPUTMACHINE = "k3" | 13 | OPTEEOUTPUTMACHINE = "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 |
| 19 | TI_PDK_LIMIT_SOCS = "am64x" | 16 | TI_PDK_LIMIT_SOCS = "am64x" |
| 20 | TI_PDK_LIMIT_BOARDS = "am64xx_evm" | 17 | TI_PDK_LIMIT_BOARDS = "am64x_evm" |
| 21 | TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0" | 18 | TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0 mcu1_1 mcu2_0 mcu2_1" |
