altos: Mark .boot section as (NOLOAD)
authorKeith Packard <keithp@keithp.com>
Sat, 23 Mar 2013 09:17:04 +0000 (02:17 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 23 Mar 2013 09:17:04 +0000 (02:17 -0700)
commit74975d1ff48c03140048d796f4276aebf4c29984
treeffe86c3eaf32413745874db38f89b21e3e07c173
parenta0009bffa4c8d98b7f41659473ba1130145125db
altos: Mark .boot section as (NOLOAD)

For some reason, the silly linker marks things in section .boot as
data rather than bss, so they'd end up initialized by default. Force
them to be NOLOAD so they preserve values across reboot so that boot
chaining works properly.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/altos-application.ld
src/stm/altos-loader.ld