summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2020-09-16 14:38:31 -0700
committerCommit Bot <commit-bot@chromium.org>2020-10-22 07:03:40 +0000
commit905b78edafd896227f76f2744096a4dbff856568 (patch)
tree742bbafc63ff264f6364254b9a715b07d71d5da5
parentb43a9fe859613ef85b20f75aede7213e123bbf25 (diff)
downloadchrome-ec-905b78edafd896227f76f2744096a4dbff856568.tar.gz
Lazor: Remove some of the bring-up features
Remove the CONFIG_BRINGUP and CONFIG_SYSTEM_UNLOCKED, to align the behaviors to the shipping devices, like disabling PD in RO. The remaining bring-up features have no behavior difference with the shipping devices. They just add some debug commands. We can keep them for a while. BRANCH=None BUG=None TEST=Build Lazor image and it booted correctly. Change-Id: I8e4d7a3f2937e6ce07a46eb9555ad00c50e6b667 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2415379 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
-rw-r--r--board/lazor/board.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/lazor/board.h b/board/lazor/board.h
index 162e03b08e..4a5336f4fd 100644
--- a/board/lazor/board.h
+++ b/board/lazor/board.h
@@ -11,8 +11,6 @@
#include "baseboard.h"
/* TODO(waihong): Remove the following bringup features */
-#define CONFIG_BRINGUP
-#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands. */
#define CONFIG_USB_PD_DEBUG_LEVEL 3
#define CONFIG_CMD_AP_RESET_LOG
#define CONFIG_CMD_GPIO_EXTENDED