summaryrefslogtreecommitdiff
path: root/board/delbin/board.h
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2020-12-02 10:45:48 +0800
committerCommit Bot <commit-bot@chromium.org>2020-12-11 16:53:05 +0000
commita835c075f978a9d0d2f6879eed928f5aa89dc45c (patch)
treec752d272d572e1646cd3c60771a4e191757461ca /board/delbin/board.h
parenta8aed3f5cfcc023de5387f5c4b9e78413ea4ae71 (diff)
downloadchrome-ec-stabilize-13505.85.B-master.tar.gz
BUG=b:174106425 BRANCH=firmware-volteer-13521.B TEST=make BOARD=delbin make BOARD=delbin_npcx796fc Change-Id: I516994793db07f544ac64065aa05e7adacf6a39d Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2567067 Reviewed-by: YH Lin <yueherngl@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org> (cherry picked from commit 7e0d430378247d7960699d5c91dc47def536c2f6) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2585853 Commit-Queue: YH Lin <yueherngl@chromium.org> Tested-by: YH Lin <yueherngl@chromium.org>
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. */