
Hi Simon
On Thu, Apr 18, 2013 at 12:13 PM, Simon Glass sjg@chromium.org wrote:
Since we use CONFIG_SYS_GENERIC_BOARD on x86, we don't need this anymore.
Signed-off-by: Simon Glass sjg@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@gmail.com