summaryrefslogtreecommitdiff
path: root/board/delbin/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/delbin/board.h')
-rw-r--r--board/delbin/board.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/delbin/board.h b/board/delbin/board.h
index 7b94edf039..8ab9852779 100644
--- a/board/delbin/board.h
+++ b/board/delbin/board.h
@@ -11,6 +11,14 @@
/* Baseboard features */
#include "baseboard.h"
+#ifndef BOARD_DELBIN_NPCX796FC
+/*
+ * 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.
+ */
+#undef CONFIG_CHIP_INIT_ROM_REGION
+#endif
+
#undef NPCX_PWM1_SEL
#define NPCX_PWM1_SEL 0 /* GPIO C2 is not used as PWM1. */