Add explicit noload flag to BSS section
This commit is contained in:
parent
3415ccd68c
commit
2a4eb20131
|
@ -50,7 +50,7 @@ SECTIONS
|
|||
|
||||
/* @todo could insert .data.boot here with proper alignment */
|
||||
|
||||
.bss ALIGN(8):
|
||||
.bss ALIGN(8) (NOLOAD):
|
||||
{
|
||||
__BSS_START = .;
|
||||
*(.bss .bss.*)
|
||||
|
|
Loading…
Reference in New Issue