From 79c2fbfeb273a5f6452a61e8c6bfe47dc078810d Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 25 May 2023 13:11:31 -0500 Subject: conf: machine: Switch all the machines over to U-Boot binman Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf (limited to 'meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf') 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 @@ +#@TYPE: Machine +#@NAME: AM62XX EVM (R5F) +#@DESCRIPTION: Machine configuration for the TI AM62xx EVM (R5F core) + +require conf/machine/include/k3r5.inc + +SYSFW_SOC = "am62x" +SYSFW_CONFIG = "evm" +SYSFW_SUFFIX = "gp" + +UBOOT_MACHINE = "am62x_evm_r5_defconfig" -- cgit v1.2.3-54-g00ecf