summaryrefslogtreecommitdiffstats
path: root/board/rsdproto/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/rsdproto/u-boot.lds')
-rw-r--r--board/rsdproto/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/rsdproto/u-boot.lds b/board/rsdproto/u-boot.lds
index 7763c7fed7..b36047ad5e 100644
--- a/board/rsdproto/u-boot.lds
+++ b/board/rsdproto/u-boot.lds
@@ -122,6 +122,6 @@ SECTIONS
*(COMMON)
. = ALIGN(4);
}
- _end = . ;
+ __bss_end__ = . ;
PROVIDE (end = .);
}
OpenPOWER on IntegriCloud