From be2893d5ef9b3c7192351dfdc1dff81baafde67f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 17 Jan 2011 10:47:03 +0100 Subject: x86: use sections.h header file for linker variables Signed-off-by: Sascha Hauer --- arch/x86/lib/barebox.lds.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86/lib') diff --git a/arch/x86/lib/barebox.lds.S b/arch/x86/lib/barebox.lds.S index 2917d2fa12..e0919a68ea 100644 --- a/arch/x86/lib/barebox.lds.S +++ b/arch/x86/lib/barebox.lds.S @@ -188,7 +188,7 @@ SECTIONS __bss_start = .; *(.bss*); *( COMMON ) - __bss_end = .; + __bss_stop = .; _end = .; } > barebox } -- cgit v1.2.3