diff options
author | Andrew Davis <afd@ti.com> | 2023-05-26 13:27:28 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-06 08:24:37 -0500 |
commit | aaee34849ce5004e7131e074ce96bffe7002440d (patch) | |
tree | 6564f355ee42bae87d7e7255bd5f7639810f8c6e /meta-ti-bsp | |
parent | f9db1345f6b277db989095350e2917fce06e22b3 (diff) | |
download | meta-ti-aaee34849ce5004e7131e074ce96bffe7002440d.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')
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-evm.conf | 4 |
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 | ||
13 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" | 13 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" |
14 | |||
15 | SPL_BINARY = "tispl.bin" | ||
16 | UBOOT_BINARY = "u-boot.img" | ||
17 | UBOOT_SYMLINK = "u-boot.img" | ||