summaryrefslogtreecommitdiff
path: root/board/pompom/board.h
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2021-02-09 14:13:10 -0800
committerCommit Bot <commit-bot@chromium.org>2021-02-09 23:28:56 +0000
commit6accbd60004d8bd1acb3186c605741b12557f474 (patch)
tree15843c03af337c904db81c62e3026f3e22d5ec9b /board/pompom/board.h
parentb5126692c44b82ff7d00ad11b55393fd3b9de9f9 (diff)
downloadchrome-ec-6accbd60004d8bd1acb3186c605741b12557f474.tar.gz
Pompom: Remove the bring-up features
Remove all the bring-up features. BRANCH=Trogdor BUG=b:175741508 TEST=Built the image. Change-Id: Ib95fda861e619bf47f1179883dfd08448eb4cdcc Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2686251 Commit-Queue: Philip Chen <philipchen@chromium.org> Reviewed-by: Philip Chen <philipchen@chromium.org>
Diffstat (limited to 'board/pompom/board.h')
-rw-r--r--board/pompom/board.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/pompom/board.h b/board/pompom/board.h
index 15801ab6c5..a1e648cffa 100644
--- a/board/pompom/board.h
+++ b/board/pompom/board.h
@@ -11,14 +11,6 @@
#include "baseboard.h"
#include "board_revs.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_GPIO_EXTENDED
-#define CONFIG_CMD_POWERINDEBUG
-#define CONFIG_I2C_DEBUG
-
/* Internal SPI flash on NPCX7 */
#define CONFIG_FLASH_SIZE_BYTES (512 * 1024) /* 512KB internal spi flash */