aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2024-01-20 19:30:21 -0500
committerKevin O'Connor <kevin@koconnor.net>2024-01-25 11:02:49 -0500
commit55e46aa6250382367af30d3a5e005e919d772d32 (patch)
tree561cc3137705e51a3c30b7c0fa393b7f30151392 /src/rp2040
parent43a9685c581a46ea161faa297c0a29f3bcd7194e (diff)
downloadkutter-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