summaryrefslogtreecommitdiffstats
path: root/board/vpac270/u-boot-spl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/vpac270/u-boot-spl.lds')
-rw-r--r--board/vpac270/u-boot-spl.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/vpac270/u-boot-spl.lds b/board/vpac270/u-boot-spl.lds
index 20161a46a6..5d66c13a4b 100644
--- a/board/vpac270/u-boot-spl.lds
+++ b/board/vpac270/u-boot-spl.lds
@@ -82,7 +82,7 @@ SECTIONS
__bss_start = .;
*(.bss)
. = ALIGN(4);
- __bss_end__ = .;
+ __bss_end = .;
}
/DISCARD/ : { *(.bss*) }
OpenPOWER on IntegriCloud