summaryrefslogtreecommitdiffstats
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 @@
where the flash ROM is mirrored to address zero */
OUTPUT_FORMAT(elf32-sh)
-INPUT(bootloader.o)
MEMORY
{
@@ -29,6 +28,7 @@ SECTIONS
{
_begin_text = .;
*(.text)
+ *(.icode)
. = ALIGN(0x4);
_end_text = .;
} > IRAM