summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-26 13:27:28 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-07 10:10:22 -0500
commit2e9bca64703f6af925aa0dca2aea04dbf61ada4d (patch)
tree31aee36f69395f223261280671157c69f9de77f9 /meta-ti-bsp/conf
parent5e751499264d269867e5c770741bfac2b1817445 (diff)
downloadmeta-ti-2e9bca64703f6af925aa0dca2aea04dbf61ada4d.tar.gz
conf: machine: am62xx: Remove old SPL_BINARY and UBOOT_BINARY overrides
The defaults set in am62xx.inc are correct now and these can be dropped. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm.conf4
1 files changed, 0 insertions, 4 deletions
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 = " \
11" 11"
12 12
13UBOOT_MACHINE = "am62x_evm_a53_defconfig" 13UBOOT_MACHINE = "am62x_evm_a53_defconfig"
14
15SPL_BINARY = "tispl.bin"
16UBOOT_BINARY = "u-boot.img"
17UBOOT_SYMLINK = "u-boot.img"