diff options
author | Gabe Black <gabeblack@google.com> | 2011-10-28 12:38:47 +0000 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-11-02 21:08:16 +1100 |
commit | fdb711528c7fe7fef71dcefe7f51b21f4e395f8b (patch) | |
tree | 177e148d5757de9f105071e88dd84862f404ae4d /arch | |
parent | 3c7db1beace50a95c2f32f80552dc7c7aca5561b (diff) | |
download | u-boot-imx-fdb711528c7fe7fef71dcefe7f51b21f4e395f8b.zip u-boot-imx-fdb711528c7fe7fef71dcefe7f51b21f4e395f8b.tar.gz u-boot-imx-fdb711528c7fe7fef71dcefe7f51b21f4e395f8b.tar.bz2 |
x86: Remove the prototype for the unused function board_init
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | 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); |