summaryrefslogtreecommitdiff
path: root/board/eldrid/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/eldrid/board.h')
-rw-r--r--board/eldrid/board.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/eldrid/board.h b/board/eldrid/board.h
index cb3ffbd0c7..585e6e0c9f 100644
--- a/board/eldrid/board.h
+++ b/board/eldrid/board.h
@@ -13,6 +13,13 @@
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
+#ifndef BOARD_ELDRID_NPCX796FC
+/*
+ * The RAM and flash size combination on the the NPCX797FC does not leave
+ * any unused flash space that can be used to store the .init_rom section.
+ */
+#undef CONFIG_CHIP_INIT_ROM_REGION
+#endif
#define CONFIG_VBOOT_EFS2