diff options
Diffstat (limited to 'board/voiceblue/u-boot.lds')
-rw-r--r-- | board/voiceblue/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/voiceblue/u-boot.lds b/board/voiceblue/u-boot.lds index f35a3ab..bce925b 100644 --- a/board/voiceblue/u-boot.lds +++ b/board/voiceblue/u-boot.lds @@ -51,6 +51,6 @@ SECTIONS . = ALIGN(4); __bss_start = .; - .bss : { *(.bss) } + .bss (NOLOAD) : { *(.bss) } _end = .; } |