From e8a3fc5d8dbc070aa1c08381ce25dac1c294d1bb Mon Sep 17 00:00:00 2001 From: Michael5 Chen1 Date: Tue, 10 Aug 2021 11:27:09 +0800 Subject: 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 Change-Id: I0ec0b86e442d15a99662963df790c7bb76113b06 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3084401 Reviewed-by: Jacky Wang Reviewed-by: Zhuohao Lee Reviewed-by: Keith Short Commit-Queue: Keith Short --- board/delbin/board.h | 2 -- board/delbin/build.mk | 5 ----- board/delbin_npcx796fc | 1 - 3 files changed, 8 deletions(-) delete mode 120000 board/delbin_npcx796fc 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 -- cgit v1.2.1