diff options
Diffstat (limited to 'board/modnet50/u-boot.lds')
-rw-r--r-- | board/modnet50/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/modnet50/u-boot.lds b/board/modnet50/u-boot.lds index 5b70a40..b3c2bf9 100644 --- a/board/modnet50/u-boot.lds +++ b/board/modnet50/u-boot.lds @@ -51,7 +51,7 @@ SECTIONS . = ALIGN(4); __bss_start = .; - .bss : { *(.bss) } + .bss (NOLOAD) : { *(.bss) } _end = .; /* Stabs debugging sections. */ .stab 0 : { *(.stab) } |