diff options
Diffstat (limited to 'board/sc520_spunk/u-boot.lds')
-rw-r--r-- | board/sc520_spunk/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc520_spunk/u-boot.lds b/board/sc520_spunk/u-boot.lds index 127d707e6bf..887e0a0897b 100644 --- a/board/sc520_spunk/u-boot.lds +++ b/board/sc520_spunk/u-boot.lds @@ -46,7 +46,7 @@ SECTIONS . = ALIGN(4); _i386boot_bss_start = ABSOLUTE(.); - .bss : { *(.bss) } + .bss (NOLOAD) : { *(.bss) } _i386boot_bss_size = SIZEOF(.bss); |