summaryrefslogtreecommitdiffstats
path: root/board/cradle/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/cradle/u-boot.lds')
-rw-r--r--board/cradle/u-boot.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/cradle/u-boot.lds b/board/cradle/u-boot.lds
index 0a89b3288d..280fc48ace 100644
--- a/board/cradle/u-boot.lds
+++ b/board/cradle/u-boot.lds
@@ -47,7 +47,9 @@ SECTIONS
armboot_end_data = .;
. = ALIGN(4);
+ bss_start = .;
.bss : { *(.bss) }
+ bss_end = .;
armboot_end = .;
}
OpenPOWER on IntegriCloud