diff options
author | Wonjoon Lee <woojoo.lee@samsung.com> | 2016-05-18 11:23:25 +0900 |
---|---|---|
committer | ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> | 2016-05-18 02:47:03 +0000 |
commit | 77d30cdfca11f754212ac3f97ca8d634744ad4b0 (patch) | |
tree | 2fe39f5bd04634951ad8bef99819d5ed2a38222a | |
parent | 9495c77ecff21070249232a4dcf0318948d42a29 (diff) | |
download | chrome-ec-77d30cdfca11f754212ac3f97ca8d634744ad4b0.tar.gz |
celes: keep SOC-G3 rather than Pseudo-G3
Remain at SOC-G3 satus rather than pseudo-G3, so that keeping
P3.3A alive
BUG=53366
BRANCH=celes
TEST=See not to enter hibernate/Pseudo-G3
Change-Id: Id178d18125050ccf80263862c2a7cf5164f2bac9
Signed-off-by: Wonjoon Lee <woojoo.lee@samsung.com>
Reviewed-on: https://chromium-review.googlesource.com/345750
Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r-- | board/celes/board.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/celes/board.h b/board/celes/board.h index 37e2894aeb..cc02204de6 100644 --- a/board/celes/board.h +++ b/board/celes/board.h @@ -25,7 +25,6 @@ #define CONFIG_POWER_BUTTON_X86 #define CONFIG_LID_SWITCH #define CONFIG_LOW_POWER_IDLE -#define CONFIG_LOW_POWER_PSEUDO_G3 #define CONFIG_POWER_COMMON #define CONFIG_POWER_SHUTDOWN_PAUSE_IN_S5 #define CONFIG_EXTPOWER_GPIO @@ -69,6 +68,9 @@ #define CONFIG_I2C +/* Not going to P-G3/Hibernation */ +#undef CONFIG_HIBERNATE + /* Wireless signals */ #define WIRELESS_GPIO_WLAN GPIO_WLAN_OFF_L |