From c48d7b5e254d6f982c827bf2f3053c2e530db7e2 Mon Sep 17 00:00:00 2001 From: YH Lin Date: Wed, 11 Aug 2021 13:49:54 -0700 Subject: eldrid: dropping eldrid_npcx796 eldrid_npcx796 variant is only used for EVT and hence deprecated. BRANCH=firmware-volteer-13672.B BUG=b:196059702 TEST=make BOARD=eldrid Signed-off-by: YH Lin Change-Id: I6b593b8b412674fa4330fa4fe30d0c522fea3a69 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3088585 Reviewed-by: Zhuohao Lee --- board/eldrid/board.h | 5 ----- board/eldrid/build.mk | 4 ---- board/eldrid_npcx796 | 1 - 3 files changed, 10 deletions(-) delete mode 120000 board/eldrid_npcx796 diff --git a/board/eldrid/board.h b/board/eldrid/board.h index f915797d87..8a78f22350 100644 --- a/board/eldrid/board.h +++ b/board/eldrid/board.h @@ -13,16 +13,11 @@ /* Optional features */ #undef CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */ -#ifndef BOARD_ELDRID_NPCX796 /* * 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 -#else -/* Free up some flash space for smaller chips */ -#define CONFIG_USB_PD_DEBUG_LEVEL 2 -#endif #define CONFIG_VBOOT_EFS2 diff --git a/board/eldrid/build.mk b/board/eldrid/build.mk index b554faf533..868a463932 100644 --- a/board/eldrid/build.mk +++ b/board/eldrid/build.mk @@ -9,11 +9,7 @@ CHIP:=npcx CHIP_FAMILY:=npcx7 -ifeq ($(BOARD),eldrid_npcx796) -CHIP_VARIANT:=npcx7m6fc -else CHIP_VARIANT:=npcx7m7fc -endif BASEBOARD:=volteer board-y=board.o diff --git a/board/eldrid_npcx796 b/board/eldrid_npcx796 deleted file mode 120000 index e33b439d8e..0000000000 --- a/board/eldrid_npcx796 +++ /dev/null @@ -1 +0,0 @@ -eldrid \ No newline at end of file -- cgit v1.2.1