Skip to content
Snippets Groups Projects
Commit 617c246f authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 7525c2da
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#define CONFIG_INTEL_CORE_ARCH /* Sandy bridge and ivy bridge chipsets. */ #define CONFIG_INTEL_CORE_ARCH /* Sandy bridge and ivy bridge chipsets. */
#define CONFIG_ZBOOT_32 #define CONFIG_ZBOOT_32
#define CONFIG_PHYSMEM #define CONFIG_PHYSMEM
#define CONFIG_SYS_EARLY_PCI_INIT
#define CONFIG_LMB #define CONFIG_LMB
#define CONFIG_OF_LIBFDT #define CONFIG_OF_LIBFDT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment