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