summaryrefslogtreecommitdiff
path: root/board/drobit
diff options
context:
space:
mode:
authorMichael5 Chen <michael5_chen1@pegatron.corp-partner.google.com>2020-11-18 10:15:10 +0800
committerCommit Bot <commit-bot@chromium.org>2020-11-20 01:44:42 +0000
commit387158750a3a77ec535c33d1d92377880d3bfd9a (patch)
treec24121acc4b6e26f27acff60c52ba512d4b43040 /board/drobit
parent89038fc4851bf7bc3ca5c5a296af0c33a47be333 (diff)
downloadchrome-ec-387158750a3a77ec535c33d1d92377880d3bfd9a.tar.gz
drobit: Config EC chipset
Base on schematic, change CHIP_VARIANT to npcx7m7fc. BUG=b:173533428 BRANCH=firmware-volteer-13521.B TEST=make BOARD=drobit 1. Check system bring-up. 2. Check EC reset on EC console. Signed-off-by: Michael5 Chen <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: Ic85e102af92921e0685056ffb059d5be7b28ab4b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2545914 Reviewed-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/drobit')
-rw-r--r--board/drobit/board.h6
-rw-r--r--board/drobit/build.mk2
2 files changed, 7 insertions, 1 deletions
diff --git a/board/drobit/board.h b/board/drobit/board.h
index 897a724541..0595161e41 100644
--- a/board/drobit/board.h
+++ b/board/drobit/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/drobit/build.mk b/board/drobit/build.mk
index 279b2e559e..43b40c644c 100644
--- a/board/drobit/build.mk
+++ b/board/drobit/build.mk
@@ -8,7 +8,7 @@
CHIP:=npcx
CHIP_FAMILY:=npcx7
-CHIP_VARIANT:=npcx7m6fc
+CHIP_VARIANT:=npcx7m7fc
BASEBOARD:=volteer
board-y=board.o