commit | a86e12e8d4718a1daab039dc6b3e63658f5681d9 | [log] [tgz] |
---|---|---|
author | Sam Edwards <cfsworks@gmail.com> | Sat Mar 15 15:17:59 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 02 14:33:50 2025 -0600 |
tree | 8e9aba866084b283de86abd702b9535df8791795 | |
parent | c76a38f0610ace69ad75e403bb898a92d8529444 [diff] |
arm: Remove stray .mmutable reference in linker script The .mmutable section was deprecated in 2012 [1] and finally removed entirely from U-Boot in 2022 [2], so this special handling is no longer necessary. Remove it to tidy up the linker script. [1]: dde3b70dcf3d ("arm: add a common .lds link script") [2]: 3135ba642f9a ("arm: pxa: Remove CONFIG_CPU_PXA25X") Signed-off-by: Sam Edwards <CFSworks@gmail.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>