From 3bb40b037df5744763713198e510d61aeaa1ee95 Mon Sep 17 00:00:00 2001 From: Brian Nemec Date: Tue, 17 Dec 2019 16:02:34 +0000 Subject: 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 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1940775 > Reviewed-by: Daisuke Nojiri > Commit-Queue: Keith Short 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 Commit-Queue: Brian Nemec Reviewed-by: Keith Short Reviewed-by: Jett Rink --- board/servo_v4/board.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/servo_v4') 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 */ -- cgit v1.2.1