summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2011-08-03 17:40:01 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:26 -0700
commit6997831ccea6f31ba6994fb7c818ee8c4e763f74 (patch)
tree5dbafaeb152713d2818bfa43947d9a4caf773d90 /include
parent5681e0ebc53d3a761b4c8c78d3ce9ada9379ce29 (diff)
Turn on the ICH SPI driver and turn off the dummy driver
This change replaces the dummy SPI driver with the new ICH driver on i386 coreboot. BUG=chrome-os-partner:4722 TEST=Built, and with later changes verified that the Flash chip connected to the SPI bus could be read properly. Signed-off-by: Gabe Black <gabeblack@google.com> Change-Id: Ia22c4c6a0c1602729c0279eed44a6ab55ad8343b Reviewed-on: http://gerrit.chromium.org/gerrit/5379 Reviewed-by: Gabe Black (Do Not Use) <gabeblack@google.com> Tested-by: Gabe Black (Do Not Use) <gabeblack@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/coreboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index a94cd628c4a..939713fc145 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -271,7 +271,7 @@
*/
#define CONFIG_SPI_FLASH
#define CONFIG_NEW_SPI_XFER
-#define CONFIG_DUMMY_SPI
+#define CONFIG_ICH_SPI
#define CONFIG_SYS_MAX_FLASH_SECT 1
#define CONFIG_SYS_MAX_FLASH_BANKS 1