summaryrefslogtreecommitdiffstats
path: root/board/netvia
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-03-30 00:19:53 +0000
committerTom Rini <trini@ti.com>2013-04-02 16:23:34 -0400
commit5993053fa42706b289a08f3661a9c00096158981 (patch)
treefb294e5f79463760097d3e19e527de79b6c048ce /board/netvia
parent8faefadb7305b95d02df38bd2ea61429d59483e5 (diff)
downloadblackbird-obmc-uboot-5993053fa42706b289a08f3661a9c00096158981.tar.gz
blackbird-obmc-uboot-5993053fa42706b289a08f3661a9c00096158981.zip
replace last __bss_end__ occurrences with __bss_end
Simon Glass' commit 3929fb0a141530551b3fce15ee08629f80d5ef2a, which changed all occurrences of __bss__end__ into __bss_end, left behind some untouched __bss_end__ occurrences in all 33 u-boot.lds.debug files, in board/mousse/u-boot.lds.ram and in board/mousse/u-boot.lds.rom. These are replaced here. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'board/netvia')
-rw-r--r--board/netvia/u-boot.lds.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netvia/u-boot.lds.debug b/board/netvia/u-boot.lds.debug
index 3243fc0f36..2fb58972c8 100644
--- a/board/netvia/u-boot.lds.debug
+++ b/board/netvia/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
*(.bss)
*(COMMON)
}
- __bss_end__ = . ;
+ __bss_end = . ;
PROVIDE (end = .);
}
OpenPOWER on IntegriCloud