commit | 3d520593fb3d10921e4f1b34ce28378cd34377ad | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 15 11:25:21 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Apr 15 16:26:43 2013 -0700 |
tree | 62f39cadf4242175bcd8703c71a0ae4fef6e0a87 | |
parent | 3f55a31adba2f0ae73a88a06c22b2077b8f486f7 [diff] |
x86: config: Init PCI before SPI Since the ICH SPI controller uses PCI, we must ensure that PCI is available before it is inited. This fixes the current "ICH SPI: Cannot find device" message on boot. Signed-off-by: Simon Glass <sjg@chromium.org>