diff options
Diffstat (limited to 'board/stxssa/u-boot.lds')
-rw-r--r-- | board/stxssa/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/stxssa/u-boot.lds b/board/stxssa/u-boot.lds index 65e1bcf..a0ba125 100644 --- a/board/stxssa/u-boot.lds +++ b/board/stxssa/u-boot.lds @@ -147,7 +147,7 @@ SECTIONS . = .; __bss_start = .; - .bss : + .bss (NOLOAD) : { *(.sbss) *(.scommon) *(.dynbss) |