diff options
Diffstat (limited to 'board/pb1x00/u-boot.lds')
-rw-r--r-- | board/pb1x00/u-boot.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pb1x00/u-boot.lds b/board/pb1x00/u-boot.lds index 8618732..1e1c559 100644 --- a/board/pb1x00/u-boot.lds +++ b/board/pb1x00/u-boot.lds @@ -64,7 +64,7 @@ SECTIONS num_got_entries = (__got_end - __got_start) >> 2; . = ALIGN(4); - .sbss : { *(.sbss) } - .bss : { *(.bss) } + .sbss (NOLOAD) : { *(.sbss) } + .bss (NOLOAD) : { *(.bss) } uboot_end = .; } |