summaryrefslogtreecommitdiff
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2011-08-05 18:12:21 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:26 -0700
commitbe83bd01c8f461d91b8d52ab52fba68ced96fd80 (patch)
tree9b4c42bfb9db8ed6c8db2d910ca5b5411325ad45 /include/configs/coreboot.h
parent54654f7b4854fa34fc4d1302b4c3fead9fae6ec0 (diff)
Turn on the SPI command in the coreboot config
The config option for the SPI command also controls whether the SPI subsystem is turned on. We want to use the subsystem, so we need to turn on the command. BUG=chrome-os-partner:4722 TEST=Built and booted. Change-Id: I044dfb8b203afa46287e43bd2444df2f9fd9acf2 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: http://gerrit.chromium.org/gerrit/5448
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index a79a910ceb..a94cd628c4 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -160,6 +160,7 @@
#define CONFIG_CMD_SAVEENV
#define CONFIG_CMD_SETGETDCR
#define CONFIG_CMD_SOURCE
+#define CONFIG_CMD_SPI
#define CONFIG_CMD_XIMG
#define CONFIG_CMD_IDE
#define CONFIG_CMD_CBFS