]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:46 +0000 (11:29 +0200)
commita736b946a4391cc9dc665e3c2999c7ba02735b31
tree2007dad430f31005e0f154b7dd2b20c5cd5ec28b
parent41071e7622ffa4e49541b501d92a9c3901302d44
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