summaryrefslogtreecommitdiff
path: root/board/elemi/board.h
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2020-11-23 10:57:45 +0800
committerCommit Bot <commit-bot@chromium.org>2020-11-30 23:51:32 +0000
commitc8a7b8afc1b33fc1f8c3cfd7f2e1d862ff2b3a3f (patch)
tree38b305cdb0184456dccfd5ec55c56daac6ca3827 /board/elemi/board.h
parentadf6c0a2e45e8847732ff8051d8aa34ea804d08e (diff)
downloadchrome-ec-c8a7b8afc1b33fc1f8c3cfd7f2e1d862ff2b3a3f.tar.gz
Elemi: Change EC chip to npcx7m7fc
Chagne EC chip to npcx7m7fc to board version 1. BUG=b:169118044, b:174275667 BRANCH=firmware-volteer-13521.B-master TEST=Verified boot with npcx7m7fc re-worked board. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I334f56b2f47c21ff38aeccc346b6be43fb71b7ce Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2554172 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/elemi/board.h')
-rw-r--r--board/elemi/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/elemi/board.h b/board/elemi/board.h
index 46d9c83b22..b03d23b995 100644
--- a/board/elemi/board.h
+++ b/board/elemi/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. */