summaryrefslogtreecommitdiff
path: root/board/chronicler/board.h
diff options
context:
space:
mode:
authorYu-An Chen <yu-an.chen@quanta.corp-partner.google.com>2021-05-11 15:38:06 +0800
committerCommit Bot <commit-bot@chromium.org>2021-05-12 18:33:01 +0000
commit7bdddc62da99fd884d6a2e3f5fd48e04d6826693 (patch)
tree898a5e49f47ff4fd04463cadb2ebf0a4a740b97d /board/chronicler/board.h
parentbf1d4856a45e10905d40c5328545fc1e50a7bd3f (diff)
downloadchrome-ec-7bdddc62da99fd884d6a2e3f5fd48e04d6826693.tar.gz
Chronicler: Change EC chip from NPCX796FC0BX to NPCX797FC0BX
Change EC chip from NPCX796FC0BX to NPCX797FC0BX Remove BOARD_VOLTEER_APMODEENTRY BUG=b:187760200 BRANCH=volteer TEST=make BOARD=chronicler Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: I3f5af07efd3edbac0b8bdb808047cf49a1a036c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2887018 Reviewed-by: Henry Sun <henrysun@google.com> Reviewed-by: YH Lin <yueherngl@chromium.org> Commit-Queue: YH Lin <yueherngl@chromium.org>
Diffstat (limited to 'board/chronicler/board.h')
-rw-r--r--board/chronicler/board.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/board/chronicler/board.h b/board/chronicler/board.h
index 651e30b6ab..1414031c1e 100644
--- a/board/chronicler/board.h
+++ b/board/chronicler/board.h
@@ -12,12 +12,10 @@
#include "baseboard.h"
/*
- * Create an EC build that requires AP-driven mode entry to facilitate debugging
- * b/177105656.
+ * The RAM and flash size combination on the NPCX797FC dose not leave
+ * any unused flash space that can be used to store the .init_rom section.
*/
-#ifdef BOARD_VOLTEER_APMODEENTRY
-#define CONFIG_USB_PD_REQUIRE_AP_MODE_ENTRY
-#endif
+#undef CONFIG_CHIP_INIT_ROM_REGION
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */