summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/eldrid/board.h2
-rw-r--r--board/eldrid/build.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/eldrid/board.h b/board/eldrid/board.h
index 585e6e0c9f..e737add53e 100644
--- a/board/eldrid/board.h
+++ b/board/eldrid/board.h
@@ -13,7 +13,7 @@
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
-#ifndef BOARD_ELDRID_NPCX796FC
+#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.
diff --git a/board/eldrid/build.mk b/board/eldrid/build.mk
index 36b37435e1..b554faf533 100644
--- a/board/eldrid/build.mk
+++ b/board/eldrid/build.mk
@@ -9,7 +9,7 @@
CHIP:=npcx
CHIP_FAMILY:=npcx7
-ifeq ($(BOARD),eldrid_npcx796fc)
+ifeq ($(BOARD),eldrid_npcx796)
CHIP_VARIANT:=npcx7m6fc
else
CHIP_VARIANT:=npcx7m7fc