summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Nemec <bnemec@chromium.org>2019-12-17 16:02:34 +0000
committerCommit Bot <commit-bot@chromium.org>2019-12-18 04:50:55 +0000
commit3bb40b037df5744763713198e510d61aeaa1ee95 (patch)
tree1a5ca4debe3162bc6c5130cedb0ca66aee46f986
parent61ef5715f654efeefea19c259f3eaf103c86c96d (diff)
downloadchrome-ec-3bb40b037df5744763713198e510d61aeaa1ee95.tar.gz
Revert "servo_v4: remove console command on ToT only"
This reverts commit 4fa4101b4b9114c13994326be689d74d36e50e68. Reason for revert: Link time optimization enabled to free up space on ToT in CL:1961149 . Original change's description: > servo_v4: remove console command on ToT only > > Servo v4 is under space pressure on Tot, but the actual branch is okay > for now. We release from the firmware branch so remove console commands > on ToT *only*. > > BRANCH=none > BUG=none > TEST=See ~1500K freed on RO and RW images on ToT. > > Change-Id: I8a49db7d4f00b0f5ca4ba4614fe62dccd7f928ee > Signed-off-by: Jett Rink <jettrink@chromium.org> > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1940775 > Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> > Commit-Queue: Keith Short <keithshort@chromium.org> Bug: none TEST: Verified ServoV4 flashes successfully, manually tested connection to servod and dut-control commands. Change-Id: If9019b320b78f1af859e1e2370b3da8cae50449f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1971440 Tested-by: Brian Nemec <bnemec@chromium.org> Commit-Queue: Brian Nemec <bnemec@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
-rw-r--r--board/servo_v4/board.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/servo_v4/board.h b/board/servo_v4/board.h
index 1ae13e8d25..274aa8d6a8 100644
--- a/board/servo_v4/board.h
+++ b/board/servo_v4/board.h
@@ -144,10 +144,6 @@
*/
#define CONFIG_SYSTEM_UNLOCKED
-/* Console command removed on ToT only. Do not cherry pick to servo branch */
-#undef CONFIG_CMD_PD
-#undef CONFIG_CMD_USART_INFO
-
#ifndef __ASSEMBLER__
/* Timer selection */