summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/fsp/fsp_common.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-11-06 02:04:54 -0800
committerBin Meng <bmeng.cn@gmail.com>2015-11-13 06:46:25 -0800
commit902ca5bdf37841c0b892317be603edb41f7cbc03 (patch)
treef75e8e702c4fcf9e409f773f36b8f1d3f73b2f58 /arch/x86/lib/fsp/fsp_common.c
parent74514c18b444129c844797ee16b08d065917c4cc (diff)
downloadu-boot-902ca5bdf37841c0b892317be603edb41f7cbc03.tar.gz
u-boot-902ca5bdf37841c0b892317be603edb41f7cbc03.tar.xz
u-boot-902ca5bdf37841c0b892317be603edb41f7cbc03.zip
x86: Remove legacy pci codes
Now that we have converted all x86 boards to use driver model pci, remove these legacy pci codes. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/fsp/fsp_common.c')
-rw-r--r--arch/x86/lib/fsp/fsp_common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/lib/fsp/fsp_common.c b/arch/x86/lib/fsp/fsp_common.c
index c78df94b80..5276ce6ab1 100644
--- a/arch/x86/lib/fsp/fsp_common.c
+++ b/arch/x86/lib/fsp/fsp_common.c
@@ -35,11 +35,6 @@ int fsp_init_phase_pci(void)
return status ? -EPERM : 0;
}
-int board_pci_post_scan(struct pci_controller *hose)
-{
- return fsp_init_phase_pci();
-}
-
void board_final_cleanup(void)
{
u32 status;