diff mbox series

[meta-ti,master/kirkstone,5/8] conf: machine: am62xx: Remove old SPL_BINARY and UBOOT_BINARY overrides

Message ID 20230526182731.284783-5-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/kirkstone,1/8] conf: machine: Remove leftover k3r5 SOC_FAMILY names | expand

Commit Message

Andrew Davis May 26, 2023, 6:27 p.m. UTC
The defaults set in am62xx.inc are correct now and these can be dropped.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-ti-bsp/conf/machine/am62xx-evm.conf | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf
index 5b86a1f5..c4357be3 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf
@@ -11,7 +11,3 @@  KERNEL_DEVICETREE = " \
 "
 
 UBOOT_MACHINE = "am62x_evm_a53_defconfig"
-
-SPL_BINARY = "tispl.bin"
-UBOOT_BINARY = "u-boot.img"
-UBOOT_SYMLINK = "u-boot.img"