diff options
author | Philip Chen <philipchen@google.com> | 2018-11-15 10:59:15 -0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-12-01 18:21:03 -0800 |
commit | 45189f94d9684c88200c71bc781bfd983277a8aa (patch) | |
tree | e928e1c2c99bf7bd16b1db0cb34908d11bc5ad8c /board | |
parent | e26f972304b7f0bf95e0a3df6e7881f87bdb5f19 (diff) | |
download | chrome-ec-45189f94d9684c88200c71bc781bfd983277a8aa.tar.gz |
power/rk3399: Remove unused power_seq_version
The current power_seq_version 1 is only for Scarlet rev0,
which is not supported anymore.
BUG=b:119617491
BRANCH=scarlet
TEST=manually test on dru, confirm S5->S0->S5 and
S0->S3->S0 still work fine
TEST=buildall
Change-Id: I0784cecddd3911f057998eb21b8edb5c577431e5
Signed-off-by: Philip Chen <philipchen@google.com>
Reviewed-on: https://chromium-review.googlesource.com/1337464
Commit-Ready: Philip Chen <philipchen@chromium.org>
Tested-by: Philip Chen <philipchen@chromium.org>
Reviewed-by: Wai-Hong Tam <waihong@google.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/rainier/board.h | 2 | ||||
-rw-r--r-- | board/scarlet/board.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/rainier/board.h b/board/rainier/board.h index e6f99c51ce..7c56a8c2c7 100644 --- a/board/rainier/board.h +++ b/board/rainier/board.h @@ -38,7 +38,7 @@ /* Enable a different power-on sequence than the one on gru */ #undef CONFIG_CHIPSET_POWER_SEQ_VERSION -#define CONFIG_CHIPSET_POWER_SEQ_VERSION 2 +#define CONFIG_CHIPSET_POWER_SEQ_VERSION 1 /* Optional features */ #define CONFIG_BOARD_PRE_INIT diff --git a/board/scarlet/board.h b/board/scarlet/board.h index 1fd0080ca5..1d7e8203de 100644 --- a/board/scarlet/board.h +++ b/board/scarlet/board.h @@ -41,7 +41,7 @@ /* Enable a different power-on sequence than the one on gru */ #undef CONFIG_CHIPSET_POWER_SEQ_VERSION -#define CONFIG_CHIPSET_POWER_SEQ_VERSION 2 +#define CONFIG_CHIPSET_POWER_SEQ_VERSION 1 /* Optional features */ #define CONFIG_BOARD_PRE_INIT |