All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] [x86] Remove the prototype for the unused function board_init
@ 2011-10-28 22:38 Gabe Black
  2011-11-02 10:39 ` Graeme Russ
  0 siblings, 1 reply; 2+ messages in thread
From: Gabe Black @ 2011-10-28 22:38 UTC (permalink / raw)
  To: u-boot

From: Gabe Black <gabeblack@google.com>

Signed-off-by: Gabe Black <gabeblack@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] [x86] Remove the prototype for the unused function board_init
  2011-10-28 22:38 [U-Boot] [PATCH] [x86] Remove the prototype for the unused function board_init Gabe Black
@ 2011-11-02 10:39 ` Graeme Russ
  0 siblings, 0 replies; 2+ messages in thread
From: Graeme Russ @ 2011-11-02 10:39 UTC (permalink / raw)
  To: u-boot

On 29/10/11 09:38, Gabe Black wrote:
> From: Gabe Black <gabeblack@google.com>
> 
> Signed-off-by: Gabe Black <gabeblack@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);

Applied to u-boot-x86

Thanks,

Graeme

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-02 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-28 22:38 [U-Boot] [PATCH] [x86] Remove the prototype for the unused function board_init Gabe Black
2011-11-02 10:39 ` Graeme Russ

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.