
4 Dec
2022
4 Dec
'22
10:17 p.m.
On Mon, 5 Dec 2022 at 04:06, Tom Rini trini@konsulko.com wrote:
As of 2f41ade79e59 ("linker: Modify linker scripts to be more generic") we can use the same linker script for SPL and TPL and not have to make use of #undef tricks. Remove these last remnants.
Signed-off-by: Tom Rini trini@konsulko.com
arch/arm/mach-rockchip/rk3288/Kconfig | 3 --- arch/arm/mach-rockchip/u-boot-tpl.lds | 12 ------------ configs/evb-rk3229_defconfig | 1 - 3 files changed, 16 deletions(-) delete mode 100644 arch/arm/mach-rockchip/u-boot-tpl.lds
Reviewed-by: Simon Glass sjg@chromium.org