diff options
author | Vijay Hiremath <vijay.p.hiremath@intel.com> | 2015-09-16 12:11:19 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2015-09-16 16:27:01 -0700 |
commit | f4b09f4f48307dc31b02d284d37b2418b5b99543 (patch) | |
tree | 84178e0506cbb160f0076e69fc9d520b725f467c /board/kunimitsu | |
parent | 248e1a8a318078a16a67a0a1cc07f62ab2207481 (diff) | |
download | chrome-ec-f4b09f4f48307dc31b02d284d37b2418b5b99543.tar.gz |
Kunimitsu: Enable "shmem" console command for FAFT testing
BUG=none
TEST=EC console command "help" lists the "shmem" console command.
BRANCH=none
Change-Id: Icd9db01f27df2e228b69fc2e204014b14689e813
Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/299969
Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'board/kunimitsu')
-rw-r--r-- | board/kunimitsu/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/kunimitsu/board.h b/board/kunimitsu/board.h index e2421e1b24..835058cb92 100644 --- a/board/kunimitsu/board.h +++ b/board/kunimitsu/board.h @@ -124,7 +124,6 @@ #undef CONFIG_CMD_ACCEL_INFO #undef CONFIG_CMD_ACCELS #undef CONFIG_CMD_HASH -#undef CONFIG_CMD_SHMEM #undef CONFIG_CMD_TEMP_SENSOR #undef CONFIG_CMD_TIMERINFO #undef CONFIG_CONSOLE_CMDHELP |