summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYH Lin <yueherngl@google.com>2021-08-11 13:49:54 -0700
committerCommit Bot <commit-bot@chromium.org>2021-08-12 15:28:32 +0000
commitc48d7b5e254d6f982c827bf2f3053c2e530db7e2 (patch)
tree8aacacc8473e27a931f99ad9af0b4820912f4b71
parent3f3b0b847bd426dab98a0fd7446fee5c3098ab5a (diff)
downloadchrome-ec-stabilize-14150.74.B-main.tar.gz
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 <yueherngl@chromium.org> Change-Id: I6b593b8b412674fa4330fa4fe30d0c522fea3a69 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3088585 Reviewed-by: Zhuohao Lee <zhuohao@chromium.org>
-rw-r--r--board/eldrid/board.h5
-rw-r--r--board/eldrid/build.mk4
l---------board/eldrid_npcx7961
3 files changed, 0 insertions, 10 deletions
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