Re: [PATCH 01/17] arm: Remove stray .mmutable reference in linker script

2025-02-26 Thread Ilias Apalodimas
On Mon, 24 Feb 2025 at 07:55, Sam Edwards wrote: > > 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 li

[PATCH 01/17] arm: Remove stray .mmutable reference in linker script

2025-02-23 Thread Sam Edwards
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_P