summaryrefslogtreecommitdiff
path: root/flash/bootloader/bootloader.lds
diff options
context:
space:
mode:
Diffstat (limited to 'flash/bootloader/bootloader.lds')
-rw-r--r--flash/bootloader/bootloader.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash/bootloader/bootloader.lds b/flash/bootloader/bootloader.lds
index 143d83bdc7..ecc1268988 100644
--- a/flash/bootloader/bootloader.lds
+++ b/flash/bootloader/bootloader.lds
@@ -1,5 +1,4 @@
1OUTPUT_FORMAT(elf32-sh) 1OUTPUT_FORMAT(elf32-sh)
2INPUT(bootloader.o)
3 2
4MEMORY 3MEMORY
5{ 4{
@@ -19,6 +18,7 @@ SECTIONS
19 .text : 18 .text :
20 { 19 {
21 *(.text) 20 *(.text)
21 *(.icode)
22 . = ALIGN(0x4); 22 . = ALIGN(0x4);
23 } > IRAM 23 } > IRAM
24 24