projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7525c2d
)
x86: config: Init PCI before SPI
author
Simon Glass
<sjg@chromium.org>
Mon, 15 Apr 2013 11:25:21 +0000
(11:25 +0000)
committer
Simon Glass
<sjg@chromium.org>
Mon, 15 Apr 2013 23:26:43 +0000
(16:26 -0700)
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>
include/configs/coreboot.h
patch
|
blob
|
history
diff --git
a/include/configs/coreboot.h
b/include/configs/coreboot.h
index a4aa8f74535e4d3f1d769e8b2c4e51759c2a840a..5bacc77bb50dcf7602e4cb9b5ea0c1a08eebed87 100644
(file)
--- 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