summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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