summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacky Wang <jacky5_wang@pegatron.corp-partner.google.com>2020-12-03 18:09:35 +0800
committerCommit Bot <commit-bot@chromium.org>2020-12-07 02:07:19 +0000
commit12525b726691d11287b33ad8b424eccd8ce4c698 (patch)
treefadd6288ff4e6a08b5b39ef4e137e5d6e60a85ba
parent272523a385fdcf72ef3cd3a56ba80398f91e266e (diff)
downloadchrome-ec-12525b726691d11287b33ad8b424eccd8ce4c698.tar.gz
copano : Config EC chipset
Base on schematic, change EC chip to npcx7m7fc from npcx7m6fc. BUG=b:174720060 BRANCH=firmware-volteer-13521.B TEST=make BOARD=copano Signed-off-by: Jacky Wang <jacky5_wang@pegatron.corp-partner.google.com> Change-Id: Iaf9d52636f6ffc14a9a15d776a3d65a0241a5ded Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2571135 Reviewed-by: Michael5 Chen <michael5_chen1@pegatron.corp-partner.google.com> Reviewed-by: Keith Short <keithshort@chromium.org>
-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