]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: baytrail: Remove the fsp_init_phase_pci() call
authorBin Meng <bmeng.cn@gmail.com>
Thu, 20 Aug 2015 13:40:22 +0000 (06:40 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:12 +0000 (07:54 -0700)
commitfa6af7b4e00cd06138375999d04dd2cd6a515664
treea33723c6b6cfe9d71b3ed120058d75c728936d89
parent090290f97b90eff1fe190d89ef0d976729cda13e
x86: baytrail: Remove the fsp_init_phase_pci() call

It turns out that calling fsp_init_phase_pci() in arch_misc_init()
is subject to break pci device drivers as with driver model, when
the bus enumeration happens is not deterministic.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/baytrail/valleyview.c