altos/stmf0: Split up rom load in altos.ld to make linker happy
authorKeith Packard <keithp@keithp.com>
Fri, 14 Apr 2017 03:47:14 +0000 (21:47 -0600)
committerKeith Packard <keithp@keithp.com>
Fri, 14 Apr 2017 03:47:14 +0000 (21:47 -0600)
The linker isn't happy when the .ld file tries to add text, the .exidx
and .rodata segments in the same block. Split them up for success.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found