mb/google/fatcat: Modify the kconfig file in felino variant
kconfig incorrectly builds fatcat instead of feilino.
Modify the kconfig file to successfully compile felino.
BUG=b:379797598
TEST=1. util/abuild/abuild -p none -t google/fatcat -x -a
make sure the build includes GOOGLE_FELINO
2. Run part_id_gen tool without any errors
Change-Id: Icd76fa97b9879d8f90ae9ee13998b6667f10b39c
Signed-off-by: Tongtong Pan <pantongtong@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85315
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Weimin Wu <wuweimin@huaqin.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
parent
ee485d82fd
commit
605c76bd9c
3 changed files with 10 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ config BOARD_GOOGLE_FATCATITE
|
|||
select BOARD_GOOGLE_MODEL_FATCAT
|
||||
|
||||
config BOARD_GOOGLE_FELINO
|
||||
select BOARD_GOOGLE_MODEL_FATCAT
|
||||
select BOARD_GOOGLE_BASEBOARD_FATCAT
|
||||
|
||||
config BOARD_GOOGLE_FRANCKA
|
||||
select BOARD_GOOGLE_BASEBOARD_FATCAT
|
||||
|
|
|
|||
6
src/mainboard/google/fatcat/variants/felino/Makefile.mk
Normal file
6
src/mainboard/google/fatcat/variants/felino/Makefile.mk
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
bootblock-y += gpio.c
|
||||
romstage-y += gpio.c
|
||||
romstage-y += memory.c
|
||||
ramstage-y += gpio.c
|
||||
|
|
@ -5,4 +5,7 @@
|
|||
|
||||
#include <baseboard/gpio.h>
|
||||
|
||||
/* EC wake is LAN_WAKE# which is a special DeepSX wake pin */
|
||||
#define GPE_EC_WAKE GPE0_LAN_WAK
|
||||
|
||||
#endif /* __MAINBOARD_GPIO_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue