summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-25 13:11:31 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-06 08:24:37 -0500
commit79c2fbfeb273a5f6452a61e8c6bfe47dc078810d (patch)
tree80198feea1421a96a4c9fe7e6fdf4c8bba32291d /meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
parentdf7c7e627de8e5b92ef5fa8d97e023ad4d15d9c6 (diff)
downloadmeta-ti-79c2fbfeb273a5f6452a61e8c6bfe47dc078810d.tar.gz
conf: machine: Switch all the machines over to U-Boot binman
Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
new file mode 100644
index 00000000..724a8d4a
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
@@ -0,0 +1,11 @@
1#@TYPE: Machine
2#@NAME: AM62XX EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx EVM (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp"
10
11UBOOT_MACHINE = "am62x_evm_r5_defconfig"