From: Simon Glass Date: Mon, 15 Apr 2013 11:25:21 +0000 (+0000) Subject: x86: config: Init PCI before SPI X-Git-Tag: v2013.04~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=617c246f3c123d4a2d4dba9d08a4a2dd324cb407;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index a4aa8f7..5bacc77 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -41,6 +41,7 @@ #define CONFIG_INTEL_CORE_ARCH /* Sandy bridge and ivy bridge chipsets. */ #define CONFIG_ZBOOT_32 #define CONFIG_PHYSMEM +#define CONFIG_SYS_EARLY_PCI_INIT #define CONFIG_LMB #define CONFIG_OF_LIBFDT