summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Chao <scott_chao@wistron.corp-partner.google.com>2020-12-15 13:49:17 +0800
committerCommit Bot <commit-bot@chromium.org>2020-12-21 17:04:56 +0000
commit3bd7abf2cd37ce9dd30f6851ae7eb40adc7077b1 (patch)
tree3098c9b5bc13793119dee06a997534e84baaa4c1
parent4a683f9fc8489596f4d0ae7ddd82483562a81524 (diff)
downloadchrome-ec-3bd7abf2cd37ce9dd30f6851ae7eb40adc7077b1.tar.gz
eldrid: fix eldrid_npcx796fc name
change eldrid_npcx796fc to eldrid_npcx796 to meet config.star. BUG=b:173754312 BRANCH=firmware-volteer-13521.B-master TEST=make buildall TEST=Boot up on Eldrid Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: If8025ce4e512c00722a269eeb57643218723915b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2592530 Reviewed-by: Keith Short <keithshort@chromium.org> Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2600009
-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