From 12525b726691d11287b33ad8b424eccd8ce4c698 Mon Sep 17 00:00:00 2001 From: Jacky Wang Date: Thu, 3 Dec 2020 18:09:35 +0800 Subject: copano : Config EC chipset Base on schematic, change EC chip to npcx7m7fc from npcx7m6fc. BUG=b:174720060 BRANCH=firmware-volteer-13521.B TEST=make BOARD=copano Signed-off-by: Jacky Wang Change-Id: Iaf9d52636f6ffc14a9a15d776a3d65a0241a5ded Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2571135 Reviewed-by: Michael5 Chen Reviewed-by: Keith Short --- board/copano/board.h | 6 ++++++ board/copano/build.mk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/board/copano/board.h b/board/copano/board.h index ed1b059137..92236128ec 100644 --- a/board/copano/board.h +++ b/board/copano/board.h @@ -11,6 +11,12 @@ /* Baseboard features */ #include "baseboard.h" +/* + * The RAM and flash size combination on the NPCX797FC dose not leave + * any unused flash space that can be used to store the .init_rom section. + */ +#undef CONFIG_CHIP_INIT_ROM_REGION + /* Optional features */ #define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */ diff --git a/board/copano/build.mk b/board/copano/build.mk index b78172d3cf..838d6a16ce 100644 --- a/board/copano/build.mk +++ b/board/copano/build.mk @@ -8,7 +8,7 @@ CHIP:=npcx CHIP_FAMILY:=npcx7 -CHIP_VARIANT:=npcx7m6fc +CHIP_VARIANT:=npcx7m7fc BASEBOARD:=volteer board-y=board.o -- cgit v1.2.1