summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2017-10-20 20:30:09 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-10-21 02:07:11 -0700
commit8d639f58ea58c851eb226af9fe676693fbc901f8 (patch)
treee5647e83f6c425927a1a391db9cab90aec27efd2
parentdf08dca691b19ff34a4c3bc4f5382471872fc7fe (diff)
downloadchrome-ec-8d639f58ea58c851eb226af9fe676693fbc901f8.tar.gz
scarlet: Remove CMD_CHARGER_PSYS
I don't see any test commands implemented in rt946x.c, so CONFIG_CMD_CHARGER_PSYS has no effects for now. Let's just remove it. BUG=none BRANCH=none TEST=build scarlet Change-Id: I63e3aa7ba30fe0a36a4311ce4f39e3defbbebfc2 Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/732083 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r--board/scarlet/board.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/scarlet/board.h b/board/scarlet/board.h
index 4df4f988ce..ef45d693f0 100644
--- a/board/scarlet/board.h
+++ b/board/scarlet/board.h
@@ -136,9 +136,6 @@
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 50000 /* us */
#define PD_VCONN_SWAP_DELAY 5000 /* us */
-/* Optional features for test commands */
-#define CONFIG_CMD_CHARGER_PSYS
-
/* Timer selection */
#define TIM_CLOCK32 2
#define TIM_WATCHDOG 7