summaryrefslogtreecommitdiffstats
path: root/conf/machine/am64xx-evm.conf
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-12-10 19:01:04 -0600
committerDan Murphy <dmurphy@ti.com>2020-12-11 10:44:06 -0600
commit5f8c89ef7fa604a0401f77a2b8b028d6fa6bd88a (patch)
treec21ca7535f52c45f9c3aeaaaaa8039352a21093a /conf/machine/am64xx-evm.conf
parent05437e4d51ec6b9bbc9ecc09b64efa287e7851b9 (diff)
downloadmeta-ti-5f8c89ef7fa604a0401f77a2b8b028d6fa6bd88a.tar.gz
machine: am64xx-evm.conf: Add machine definition for AM64xx platform
The AM64 is a follow on device of the AM65xx K3 multicore SoC architecture. Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'conf/machine/am64xx-evm.conf')
-rw-r--r--conf/machine/am64xx-evm.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf
new file mode 100644
index 00000000..c6ba2a87
--- /dev/null
+++ b/conf/machine/am64xx-evm.conf
@@ -0,0 +1,7 @@
1#@TYPE: Machine
2#@NAME: AM64xx EVM
3#@DESCRIPTION: Machine configuration for the TI AM64xx EVM
4
5require conf/machine/include/am64xx.inc
6
7UBOOT_MACHINE = "am64x_evm_a53_defconfig"