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