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