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
182182 .ARM .attributes 0 : { *(.ARM .attributes ) }
183183 MAPPING_TABLE (NOLOAD) : { *(MAPPING_TABLE) } >RAM_SHARED
184184 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
186186}
Original file line number Diff line number Diff line change @@ -182,5 +182,5 @@ SECTIONS
182182 .ARM .attributes 0 : { *(.ARM .attributes ) }
183183 MAPPING_TABLE (NOLOAD) : { *(MAPPING_TABLE) } >RAM_SHARED
184184 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
186186}
You can’t perform that action at this time.
0 commit comments