summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/copano/board.h6
-rw-r--r--board/copano/build.mk2
2 files changed, 7 insertions, 1 deletions
diff --git a/board/copano/board.h b/board/copano/board.h
index ed1b059137..92236128ec 100644
--- a/board/copano/board.h
+++ b/board/copano/board.h
@@ -11,6 +11,12 @@
/* Baseboard features */
#include "baseboard.h"
+/*
+ * 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
+
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
diff --git a/board/copano/build.mk b/board/copano/build.mk
index b78172d3cf..838d6a16ce 100644
--- a/board/copano/build.mk
+++ b/board/copano/build.mk
@@ -8,7 +8,7 @@
CHIP:=npcx
CHIP_FAMILY:=npcx7
-CHIP_VARIANT:=npcx7m6fc
+CHIP_VARIANT:=npcx7m7fc
BASEBOARD:=volteer
board-y=board.o