]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: baltos: remove custom linker script
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 15 Mar 2024 06:43:45 +0000 (08:43 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 29 Mar 2024 14:39:25 +0000 (10:39 -0400)
commitfb5706746b510640c9c4acccbb798a142bc1e078
treed60115c0d5ef40ee110c52ef175a51da234cb01d
parent099c94b7613bb10d97936447f5136f3a36694325
arm: baltos: remove custom linker script

commit 3d74a0977f514 ("ti: am335x: Remove unused linker script") removed
the linker script for the TI variant. This linker script doesn't seem to
do anything special and on top of that, has no definitions for the EFI
runtime sections.

So let's get rid of it and use the generic linker script which defines
those correctly

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
board/vscom/baltos/u-boot.lds [deleted file]