diff options
author | Bill Richardson <wfrichar@chromium.org> | 2016-08-18 15:56:47 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-08-22 23:27:00 -0700 |
commit | 0913208116137ceb6e4d399d3c4c3503b1ad1363 (patch) | |
tree | f3c34ac76d05035e52fa5cbcddbd066e289b9999 | |
parent | 99e95dd3c3150cabc1870cc5e812215135c5718f (diff) | |
download | chrome-ec-0913208116137ceb6e4d399d3c4c3503b1ad1363.tar.gz |
Cr50: Disable spstest command.
This command was used for early testing of the SPI slave
interface. It's no longer needed, so disable it to save space.
BUG=none
BRANCH=none
TEST=make buildall; test on Cr50 hardware
Change-Id: If730f909c7361b1179e23b2bf1d07c9d51aa6e8f
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/373619
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
-rw-r--r-- | board/cr50/board.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h index e74efb193f..8ebbc77188 100644 --- a/board/cr50/board.h +++ b/board/cr50/board.h @@ -80,11 +80,6 @@ */ #define CONFIG_SYSTEM_UNLOCKED -/* - * Enable the spstest console command & corresponding handler. - */ -#define CONFIG_SPS_TEST - /* Include crypto stuff, both software and hardware. */ #define CONFIG_DCRYPTO |