summaryrefslogtreecommitdiff
path: root/board/chronicler/board.h
diff options
context:
space:
mode:
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. */