summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin K Wong <kevin.k.wong@intel.com>2016-03-09 16:57:43 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-03-11 15:17:30 -0800
commit5ed0b29cec3e76cd5199f20776302b74a1b62e9d (patch)
treedaa8bf0d4cdb64798f5ef99af872c31d21d7088d
parentc914d38c9222fdd81e5bae13e246af22f514bf2f (diff)
downloadchrome-ec-5ed0b29cec3e76cd5199f20776302b74a1b62e9d.tar.gz
kunimitsu: remove CONFIG_POWER_SHUTDOWN_PAUSE_IN_S5
skylake.c does not make use of pause_in_s5 and related code, so it will always has 10 second pause in POWER_S5 before transition to POWER_S5G3, and this CONFIG flag is adding about 290 bytes of unused code for host command and console command. BUG=none BRANCH=firmware-glados-7820.B TEST=make buildall; system can shutdown and enter SOC-G3 properly Change-Id: I1d507b925e13f794e9826a43ebdad898087a6663 Signed-off-by: Kevin K Wong <kevin.k.wong@intel.com> Reviewed-on: https://chromium-review.googlesource.com/332025 Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r--board/kunimitsu/board.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/kunimitsu/board.h b/board/kunimitsu/board.h
index fe5e0470bf..126ce385e9 100644
--- a/board/kunimitsu/board.h
+++ b/board/kunimitsu/board.h
@@ -65,7 +65,6 @@
#define CONFIG_POWER_BUTTON
#define CONFIG_POWER_BUTTON_X86
#define CONFIG_POWER_COMMON
-#define CONFIG_POWER_SHUTDOWN_PAUSE_IN_S5
/* All data won't fit in data RAM. So, moving boundary slightly. */
#undef CONFIG_RO_SIZE
#define CONFIG_RO_SIZE (104 * 1024)