diff options
Diffstat (limited to 'flash/bootloader/no_rom.lds')
-rw-r--r-- | flash/bootloader/no_rom.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flash/bootloader/no_rom.lds b/flash/bootloader/no_rom.lds index e65e7fdd3c..796fbda4fb 100644 --- a/flash/bootloader/no_rom.lds +++ b/flash/bootloader/no_rom.lds | |||
@@ -2,7 +2,6 @@ | |||
2 | where the flash ROM is mirrored to address zero */ | 2 | where the flash ROM is mirrored to address zero */ |
3 | 3 | ||
4 | OUTPUT_FORMAT(elf32-sh) | 4 | OUTPUT_FORMAT(elf32-sh) |
5 | INPUT(bootloader.o) | ||
6 | 5 | ||
7 | MEMORY | 6 | MEMORY |
8 | { | 7 | { |
@@ -29,6 +28,7 @@ SECTIONS | |||
29 | { | 28 | { |
30 | _begin_text = .; | 29 | _begin_text = .; |
31 | *(.text) | 30 | *(.text) |
31 | *(.icode) | ||
32 | . = ALIGN(0x4); | 32 | . = ALIGN(0x4); |
33 | _end_text = .; | 33 | _end_text = .; |
34 | } > IRAM | 34 | } > IRAM |