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>
This commit is contained in:
Scott Chao 2020-12-15 13:49:17 +08:00 committed by Commit Bot
parent 0bfbb5c932
commit 8bdfbe6017
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -9,7 +9,7 @@
CHIP:=npcx
CHIP_FAMILY:=npcx7
ifeq ($(BOARD),eldrid_npcx796fc)
ifeq ($(BOARD),eldrid_npcx796)
CHIP_VARIANT:=npcx7m6fc
else
CHIP_VARIANT:=npcx7m7fc