commit | 6c87abdda400354ebf4f5351086c32a4620475c9 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Wed May 11 15:43:54 2022 +0100 |
committer | Manish Pandey <manish.pandey2@arm.com> | Thu May 12 14:21:28 2022 +0100 |
tree | 07e4b97760cc8210eeb3be58d2a91db1151ef1f4 | |
parent | c3bdd3d3cf0f9cdf3be117e39386492e645a1bb5 [diff] |
fix(arm): remove reclamation of functions starting with "init" When RECLAIM_INIT_CODE is enabled, functions with __init attribute can be reclaimed after boot and marked as Execute Never. Because of a bug in linker script the functions starting with "init" were also marked XN and causing instruction abort. Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I2221973c05af170acf4e723cd44645b9ff9d58d2