summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael5 Chen1 <michael5_chen1@pegatron.corp-partner.google.com>2021-08-10 11:27:09 +0800
committerCommit Bot <commit-bot@chromium.org>2021-08-10 22:44:54 +0000
commite8a3fc5d8dbc070aa1c08381ce25dac1c294d1bb (patch)
treede40c52ac03baf236586791fc75fa16d828d5b75
parent3855a14010276c60e687e3949eaf45f9ffd35baa (diff)
downloadchrome-ec-e8a3fc5d8dbc070aa1c08381ce25dac1c294d1bb.tar.gz
delbin: Remove delbin_npcx796c
Remove delbin_npcx796c because it will cause image size is too big. BUG=b:195968642 BRANCH=firmware-volteer-13672.B TEST=make BOARD=delbin Signed-off-by: Michael5 Chen1 <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: I0ec0b86e442d15a99662963df790c7bb76113b06 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3084401 Reviewed-by: Jacky Wang <jacky5_wang@pegatron.corp-partner.google.com> Reviewed-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r--board/delbin/board.h2
-rw-r--r--board/delbin/build.mk5
l---------board/delbin_npcx796fc1
3 files changed, 0 insertions, 8 deletions
diff --git a/board/delbin/board.h b/board/delbin/board.h
index 699abccf68..e14415bcf5 100644
--- a/board/delbin/board.h
+++ b/board/delbin/board.h
@@ -11,13 +11,11 @@
/* 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. */
diff --git a/board/delbin/build.mk b/board/delbin/build.mk
index 65deb98a8a..66ad809f59 100644
--- a/board/delbin/build.mk
+++ b/board/delbin/build.mk
@@ -9,12 +9,7 @@
CHIP:=npcx
CHIP_FAMILY:=npcx7
-# Old Delbin boards are using with NPCX796FC variant.
-ifeq ($(BOARD),delbin_npcx796fc)
-CHIP_VARIANT:=npcx7m6fc
-else
CHIP_VARIANT:=npcx7m7fc
-endif
BASEBOARD:=volteer
board-y=board.o
diff --git a/board/delbin_npcx796fc b/board/delbin_npcx796fc
deleted file mode 120000
index 64b6d51894..0000000000
--- a/board/delbin_npcx796fc
+++ /dev/null
@@ -1 +0,0 @@
-delbin \ No newline at end of file