File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,5 +182,5 @@ SECTIONS
182
182
.ARM.attributes 0 : { *(.ARM.attributes) }
183
183
MAPPING_TABLE (NOLOAD) : { *(MAPPING_TABLE) } >RAM_SHARED
184
184
MB_MEM1 (NOLOAD) : { *(MB_MEM1) } >RAM_SHARED
185
- MB_MEM2 : { *(MB_MEM2) } >RAM_SHARED
185
+ MB_MEM2 (NOLOAD) : { _sMB_MEM2 = . ; *(MB_MEM2) ; _eMB_MEM2 = . ; } >RAM_SHARED
186
186
}
Original file line number Diff line number Diff line change @@ -182,5 +182,5 @@ SECTIONS
182
182
.ARM.attributes 0 : { *(.ARM.attributes) }
183
183
MAPPING_TABLE (NOLOAD) : { *(MAPPING_TABLE) } >RAM_SHARED
184
184
MB_MEM1 (NOLOAD) : { *(MB_MEM1) } >RAM_SHARED
185
- MB_MEM2 : { *(MB_MEM2) } >RAM_SHARED
185
+ MB_MEM2 (NOLOAD) : { _sMB_MEM2 = . ; *(MB_MEM2) ; _eMB_MEM2 = . ; } >RAM_SHARED
186
186
}
You can’t perform that action at this time.
0 commit comments