summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-19 22:16:11 -0700
committerSimon Glass <sjg@chromium.org>2015-01-24 06:13:45 -0700
commit8e899af0597a43d70752654b227f308dd0d0039c (patch)
tree7564384f6ab85035268671c06c8d00dacd3cbf14 /include
parentfc4860c089a6b6603e1ae4f9c1f8bd1b3aadfc8b (diff)
downloadblackbird-obmc-uboot-8e899af0597a43d70752654b227f308dd0d0039c.tar.gz
blackbird-obmc-uboot-8e899af0597a43d70752654b227f308dd0d0039c.zip
x86: spi: Add device tree support
As a temporary measure before the ICH driver moves over to driver model, add device tree support to the driver. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/x86-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 4f0a3c5928..ecedfc3ab1 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -211,6 +211,7 @@
#define CONFIG_CMD_SF_TEST
#define CONFIG_CMD_SPI
#define CONFIG_SPI
+#define CONFIG_OF_SPI_FLASH
/*-----------------------------------------------------------------------
* Environment configuration
OpenPOWER on IntegriCloud