summaryrefslogtreecommitdiff
path: root/flash/bootloader/no_rom.lds
diff options
context:
space:
mode:
Diffstat (limited to 'flash/bootloader/no_rom.lds')
-rw-r--r--flash/bootloader/no_rom.lds2
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
4OUTPUT_FORMAT(elf32-sh) 4OUTPUT_FORMAT(elf32-sh)
5INPUT(bootloader.o)
6 5
7MEMORY 6MEMORY
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