[PATCH 8/9] reloc.h: remove linker variables which are now in asm/sections.h
Sascha Hauer
s.hauer at pengutronix.de
Mon Jan 17 05:17:00 EST 2011
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
include/reloc.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/reloc.h b/include/reloc.h
index 22cb886..cc99866 100644
--- a/include/reloc.h
+++ b/include/reloc.h
@@ -1,7 +1,7 @@
#ifndef __RELOC_H
#define __RELOC_H
-extern unsigned long _barebox_start, _bss_start, _bss_end, _text_base;
+extern unsigned long _text_base;
#ifdef CONFIG_HAS_EARLY_INIT
--
1.7.2.3
More information about the barebox
mailing list