diff options
author | Simon Glass | 2015-01-19 22:16:11 -0700 |
---|---|---|
committer | Simon Glass | 2015-01-24 06:13:45 -0700 |
commit | 8e899af0597a43d70752654b227f308dd0d0039c (patch) | |
tree | 7564384f6ab85035268671c06c8d00dacd3cbf14 /include/configs/x86-common.h | |
parent | fc4860c089a6b6603e1ae4f9c1f8bd1b3aadfc8b (diff) |
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/configs/x86-common.h')
-rw-r--r-- | include/configs/x86-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 4f0a3c59289..ecedfc3ab16 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 |