From 5993053fa42706b289a08f3661a9c00096158981 Mon Sep 17 00:00:00 2001 From: Albert ARIBAUD Date: Sat, 30 Mar 2013 00:19:53 +0000 Subject: 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 --- board/netvia/u-boot.lds.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/netvia/u-boot.lds.debug') 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 = .); } -- cgit v1.2.1