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-07 10:08:55 -0500
commit568e63b54226ff316b66f7130d9129e5e44ef45c (patch)
tree1925c3ecc30f45a14f40b2876081359ff9ae6838 /meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
parente74b9a1746d4d04757c87c1920a0f743e55ff096 (diff)
downloadmeta-ti-568e63b54226ff316b66f7130d9129e5e44ef45c.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"