commit | 617c246f3c123d4a2d4dba9d08a4a2dd324cb407 | [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 | 7525c2dac76bd739b8a1673e020031dc4a4934c4 [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>