diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 13:19:05 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:38 -0600 |
commit | 892cac72e44d54add772f81fee01ab64b006b88b (patch) | |
tree | 0c82ee1ecbda249c3861f8f5234d61f03823b9c5 /include/configs/sandbox.h | |
parent | 1174aada87897098767bceba478443191451eb94 (diff) |
sandbox: Move CONFIG_SANDBOX_SPI to Kconfig
Move this over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r-- | include/configs/sandbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 30d41e5edb4..b77a866fea1 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -79,7 +79,6 @@ #define CONFIG_ENV_IS_NOWHERE /* SPI - enable all SPI flash types for testing purposes */ -#define CONFIG_SANDBOX_SPI #define CONFIG_CMD_SF #define CONFIG_CMD_SF_TEST #define CONFIG_CMD_SPI |