summaryrefslogtreecommitdiff
path: root/board/voxel/board.h
diff options
context:
space:
mode:
authorBen Chen <ben.chen2@quanta.corp-partner.google.com>2020-09-23 19:55:45 +0800
committerCommit Bot <commit-bot@chromium.org>2020-09-26 03:27:50 +0000
commit5f7e9fa3a0817b27a7a34c04ee970b3a5e14fb39 (patch)
treebbba5324d6c1737ebd43b206ee4e8c5ccc26eac4 /board/voxel/board.h
parent233287d60adf9988f864bc0593717596ecd65a2c (diff)
downloadchrome-ec-5f7e9fa3a0817b27a7a34c04ee970b3a5e14fb39.tar.gz
voxel: undefine CONFIG_CHIP_INIT_ROM_REGION
Supports NPCX797FC dose not leave unused flash space. BUG=b:169172356 BRANCH=master TEST=make buildall Change-Id: I643790fc34b949d4efc847bb102f3d29fd341a12 Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2425986 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/voxel/board.h')
-rw-r--r--board/voxel/board.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/voxel/board.h b/board/voxel/board.h
index 0bd807aeda..df346741b4 100644
--- a/board/voxel/board.h
+++ b/board/voxel/board.h
@@ -15,13 +15,11 @@
#undef NPCX7_PWM1_SEL
#define NPCX7_PWM1_SEL 0 /* GPIO C2 is not used as PWM1. */
-#ifdef BOARD_VOXEL_NPCX797FC
/*
* The RAM and flash size combination on the the NPCX797FC does not leave
* any unused flash space that can be used to store the .init_rom section.
*/
#undef CONFIG_CHIP_INIT_ROM_REGION
-#endif
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */