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