projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7db1b
)
x86: Remove the prototype for the unused function board_init
author
Gabe Black
<gabeblack@google.com>
Fri, 28 Oct 2011 12:38:47 +0000
(12:38 +0000)
committer
Graeme Russ
<graeme.russ@gmail.com>
Wed, 2 Nov 2011 10:08:16 +0000
(21:08 +1100)
Signed-off-by: Gabe Black <gabeblack@chromium.org>
arch/x86/include/asm/u-boot-x86.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/u-boot-x86.h
b/arch/x86/include/asm/u-boot-x86.h
index accc8fa4c7a85d41c85912a197c83da3544acd04..d3e2f4c492805a6726f13850add227d88b032fbf 100644
(file)
--- 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);