mb/google/cherry: select mmc storage config
Select mmc storage config for cherry. BUG=b:195274787 TEST=emerge-cherry coreboot BRANCH=cherry Signed-off-by: Wenbin Mei <wenbin.mei@mediatek.com> Change-Id: I67c8795b6e6fc121e8fe61c40da05593faa02d94 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56841 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
e72dc3d46a
commit
da0acc6195
|
@ -27,6 +27,8 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select MAINBOARD_HAS_TPM2 if VBOOT
|
||||
select MAINBOARD_HAS_NATIVE_VGA_INIT
|
||||
select HAVE_LINEAR_FRAMEBUFFER
|
||||
select COMMONLIB_STORAGE
|
||||
select COMMONLIB_STORAGE_MMC
|
||||
|
||||
config MAINBOARD_DIR
|
||||
default "google/cherry"
|
||||
|
|
|
@ -64,6 +64,7 @@ ramstage-y += ../common/mcupm.c
|
|||
ramstage-y += ../common/mmu_operations.c mmu_operations.c
|
||||
ramstage-y += mt6360.c
|
||||
ramstage-y += ../common/mtcmos.c mtcmos.c
|
||||
ramstage-$(CONFIG_COMMONLIB_STORAGE_MMC) += ../common/msdc.c
|
||||
ramstage-y += ../common/pll.c pll.c
|
||||
ramstage-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c
|
||||
ramstage-y += soc.c
|
||||
|
|
Loading…
Reference in New Issue