diff options
author | Yang Xiwen <forbidden405@outlook.com> | 2025-05-31 21:10:02 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-09 09:18:17 -0600 |
commit | 03005fbe5006c4c79143fdddb453d3ec74e004f5 (patch) | |
tree | 58291aa3547ae9400d8ea896a977b7d2f90e7f97 /scripts/dtc/pylibfdt/setup.py | |
parent | 93905ab6e7564089f5d7b703b660464d675e5ab0 (diff) |
arm: armv7: restore section to .text after saved_args
when CONFIG_BLOBLIST is enabled, the section is switched to .data but is
not switched back to .text. It makes all the code below placed in .data
section, also breaks CONFIG_POSITION_INDEPENDENT.
Fix it by adding `.section .text` to switch the section back to .text.
Fixes: 5103e69344d6 ("arm: armv7: save boot arguments")
Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
Diffstat (limited to 'scripts/dtc/pylibfdt/setup.py')
0 files changed, 0 insertions, 0 deletions