summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/rom.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/rom.lds b/firmware/rom.lds
index abfa311839..7770ce9e5e 100644
--- a/firmware/rom.lds
+++ b/firmware/rom.lds
@@ -65,7 +65,9 @@ MEMORY
65 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE 65 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
66 IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE 66 IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE
67 FLASH : ORIGIN = FLASHORIG, LENGTH = FLASHSIZE 67 FLASH : ORIGIN = FLASHORIG, LENGTH = FLASHSIZE
68#ifdef HAVE_INIT_ATTR
68 INIT : ORIGIN = INITORIG, LENGTH = INITSIZE 69 INIT : ORIGIN = INITORIG, LENGTH = INITSIZE
70#endif
69} 71}
70 72
71SECTIONS 73SECTIONS