]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Remove legacy board init code
authorSimon Glass <sjg@chromium.org>
Wed, 17 Apr 2013 16:13:32 +0000 (16:13 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 13 May 2013 20:33:20 +0000 (13:33 -0700)
commitfa790fa0a91b9d029ec6fdac791066bc5d16b862
tree91bc7de13eef92a75ac572c95fc6a5715a26a96f
parent20a8b41d50f2b07e709488af3570692c5dd0cb05
x86: Remove legacy board init code

Since we use CONFIG_SYS_GENERIC_BOARD on x86, we don't need this anymore.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Graeme Russ <graeme.russ@gmail.com>
arch/x86/include/asm/init_helpers.h
arch/x86/include/asm/init_wrappers.h [deleted file]
arch/x86/include/asm/u-boot.h
arch/x86/lib/Makefile
arch/x86/lib/board.c [deleted file]
arch/x86/lib/init_helpers.c
arch/x86/lib/init_wrappers.c [deleted file]