[U-Boot] [PATCH 03/19] x86: Remove legacy board init code
Graeme Russ
graeme.russ at gmail.com
Thu Apr 18 05:04:35 CEST 2013
Hi Simon
On Thu, Apr 18, 2013 at 12:13 PM, Simon Glass <sjg at chromium.org> wrote:
>
> Since we use CONFIG_SYS_GENERIC_BOARD on x86, we don't need this anymore.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> arch/x86/include/asm/init_helpers.h | 9 --
> arch/x86/include/asm/init_wrappers.h | 42 ------
> arch/x86/include/asm/u-boot.h | 32 ----
> arch/x86/lib/Makefile | 5 -
> arch/x86/lib/board.c | 273
-----------------------------------
> arch/x86/lib/init_helpers.c | 98 -------------
> arch/x86/lib/init_wrappers.c | 164 ---------------------
> 7 files changed, 623 deletions(-)
> delete mode 100644 arch/x86/include/asm/init_wrappers.h
> delete mode 100644 arch/x86/lib/board.c
> delete mode 100644 arch/x86/lib/init_wrappers.c
Acked-by: Graeme Russ <graeme.russ at gmail.com>
More information about the U-Boot
mailing list