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