[U-Boot] [PATCH] [x86] Remove the prototype for the unused function board_init

Gabe Black gabeblack at chromium.org
Sat Oct 29 00:38:47 CEST 2011


From: Gabe Black <gabeblack at google.com>

Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
 arch/x86/include/asm/u-boot-x86.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h
index accc8fa..d3e2f4c 100644
--- a/arch/x86/include/asm/u-boot-x86.h
+++ b/arch/x86/include/asm/u-boot-x86.h
@@ -42,7 +42,6 @@ int dram_init_f(void);
 int cpu_init_interrupts(void);
 
 /* board/.../... */
-int board_init(void);
 int dram_init(void);
 
 void setup_pcat_compatibility(void);
-- 
1.7.3.1



More information about the U-Boot mailing list