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/build.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'board/delbin/build.mk') 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 -- cgit v1.2.1