summaryrefslogtreecommitdiffstats
path: root/board/versatile/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/versatile/u-boot.lds')
-rw-r--r--board/versatile/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/versatile/u-boot.lds b/board/versatile/u-boot.lds
index cb6ee188b1..82cb8e311a 100644
--- a/board/versatile/u-boot.lds
+++ b/board/versatile/u-boot.lds
@@ -46,6 +46,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
- .bss : { *(.bss) }
+ .bss (NOLOAD) : { *(.bss) }
_end = .;
}
OpenPOWER on IntegriCloud