summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/quark/quark.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-09-03 05:37:26 -0700
committerSimon Glass <sjg@chromium.org>2015-09-09 07:48:03 -0600
commit31b5aebd5e00af84709711d8b9a60ebaf9deeed6 (patch)
tree50d2151b29e617f9f08e8a937de611a4e51e5ec0 /arch/x86/cpu/quark/quark.c
parent316fd3920f67fa8d3ca25a81ceead546464145fa (diff)
downloadtalos-obmc-uboot-31b5aebd5e00af84709711d8b9a60ebaf9deeed6.tar.gz
talos-obmc-uboot-31b5aebd5e00af84709711d8b9a60ebaf9deeed6.zip
x86: Convert to use driver model pci on quark/galileo
Move to driver model pci for Intel quark/galileo. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/quark/quark.c')
-rw-r--r--arch/x86/cpu/quark/quark.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/cpu/quark/quark.c b/arch/x86/cpu/quark/quark.c
index 7c55d9e5cd..dda3c7c7fc 100644
--- a/arch/x86/cpu/quark/quark.c
+++ b/arch/x86/cpu/quark/quark.c
@@ -136,7 +136,6 @@ static void quark_enable_legacy_seg(void)
int arch_cpu_init(void)
{
- struct pci_controller *hose;
int ret;
post_code(POST_CPU_INIT);
@@ -148,10 +147,6 @@ int arch_cpu_init(void)
if (ret)
return ret;
- ret = pci_early_init_hose(&hose);
- if (ret)
- return ret;
-
/*
* Quark SoC has some non-standard BARs (excluding PCI standard BARs)
* which need be initialized with suggested values
OpenPOWER on IntegriCloud