diff options
Diffstat (limited to 'board/atum8548/u-boot.lds')
-rw-r--r-- | board/atum8548/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atum8548/u-boot.lds b/board/atum8548/u-boot.lds index 5c0e8a2d734..0d1c21766b5 100644 --- a/board/atum8548/u-boot.lds +++ b/board/atum8548/u-boot.lds @@ -135,7 +135,7 @@ SECTIONS __init_end = .; __bss_start = .; - .bss : + .bss (NOLOAD) : { *(.sbss) *(.scommon) *(.dynbss) |