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