diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-01-20 19:30:21 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-01-25 11:02:49 -0500 |
commit | 55e46aa6250382367af30d3a5e005e919d772d32 (patch) | |
tree | 561cc3137705e51a3c30b7c0fa393b7f30151392 /src/rp2040 | |
parent | 43a9685c581a46ea161faa297c0a29f3bcd7194e (diff) | |
download | kutter-55e46aa6250382367af30d3a5e005e919d772d32.tar.gz kutter-55e46aa6250382367af30d3a5e005e919d772d32.tar.xz kutter-55e46aa6250382367af30d3a5e005e919d772d32.zip |
armcm_boot: Avoid invoking functions in reset_handler_stage_two()
Avoid calling memset() and memcpy() prior to copying the ram and
clearing the bss. Also, place both ResetHandler() and
reset_handler_stage_two() in an explicit ".text.armcm_boot" linker
section. These changes make it easier to support targets that want to
run all code in ram.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/rp2040')
0 files changed, 0 insertions, 0 deletions