Skip to content

Commit 55449df

Browse files
committed
lpc1788 added missing static regions from the multisection tables
1 parent 3066a61 commit 55449df

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

targets/chip/lpc1788/linkerscript.ld

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ SECTIONS
158158
/* create a table to initialize the data sections on a secondary memory */
159159
DATA_MULTISECTION_TABLE(
160160
DATA_SECTION_ENTRY(ram1)
161+
DATA_SECTION_ENTRY(static0)
162+
DATA_SECTION_ENTRY(static1)
163+
DATA_SECTION_ENTRY(static2)
164+
DATA_SECTION_ENTRY(static3)
161165
DATA_SECTION_ENTRY(dynamic0)
162166
DATA_SECTION_ENTRY(dynamic1)
163167
DATA_SECTION_ENTRY(dynamic2)
@@ -168,6 +172,10 @@ SECTIONS
168172
/* create a table to initialize the bss sections on a secondary memory */
169173
BSS_MULTISECTION_TABLE(
170174
BSS_SECTION_ENTRY(ram1)
175+
BSS_SECTION_ENTRY(static0)
176+
BSS_SECTION_ENTRY(static1)
177+
BSS_SECTION_ENTRY(static2)
178+
BSS_SECTION_ENTRY(static3)
171179
BSS_SECTION_ENTRY(dynamic0)
172180
BSS_SECTION_ENTRY(dynamic1)
173181
BSS_SECTION_ENTRY(dynamic2)

0 commit comments

Comments
 (0)