diff options
Diffstat (limited to 'board/westel/amx860/u-boot.lds')
-rw-r--r-- | board/westel/amx860/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/westel/amx860/u-boot.lds b/board/westel/amx860/u-boot.lds index cdf550f..7b86670 100644 --- a/board/westel/amx860/u-boot.lds +++ b/board/westel/amx860/u-boot.lds @@ -129,7 +129,7 @@ SECTIONS __init_end = .; __bss_start = .; - .bss : + .bss (NOLOAD) : { *(.sbss) *(.scommon) *(.dynbss) |