From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Wed, 02 Nov 2011 21:39:08 +1100 Subject: [U-Boot] [PATCH] [x86] Remove the prototype for the unused function board_init In-Reply-To: <1319841527-21931-1-git-send-email-gabeblack@chromium.org> References: <1319841527-21931-1-git-send-email-gabeblack@chromium.org> Message-ID: <4EB11DCC.1000201@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29/10/11 09:38, Gabe Black wrote: > From: Gabe Black > > Signed-off-by: Gabe Black > --- > 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); Applied to u-boot-x86 Thanks, Graeme