From 4744c6ec1a161fb214200eef4136fa2f5a392fa9 Mon Sep 17 00:00:00 2001 From: Rajesh Patil Date: Thu, 17 Jun 2021 16:40:10 +0530 Subject: sc7280: Enable SPI driver BUG=b:182963902 TEST=Validated on qualcomm sc7280 developement board Signed-off-by: Rajesh Patil Change-Id: I34a45422e38ea3a47f29e9856fc5679e8aebbcdf Reviewed-on: https://review.coreboot.org/c/coreboot/+/55962 Tested-by: build bot (Jenkins) Reviewed-by: Shelley Chen --- src/soc/qualcomm/sc7280/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/soc/qualcomm/sc7280') diff --git a/src/soc/qualcomm/sc7280/Makefile.inc b/src/soc/qualcomm/sc7280/Makefile.inc index ddb64ee8d7..a88febb08d 100644 --- a/src/soc/qualcomm/sc7280/Makefile.inc +++ b/src/soc/qualcomm/sc7280/Makefile.inc @@ -9,13 +9,14 @@ all-$(CONFIG_SC7280_QSPI) += ../common/qspi.c all-y += ../common/qupv3_config.c all-y += qcom_qup_se.c all-y += ../common/qup_se_handler.c +all-y += ../common/qupv3_spi.c all-y += ../common/qupv3_i2c.c +all-y += ../common/qupv3_spi.c ################################################################################ bootblock-y += bootblock.c bootblock-y += mmu.c bootblock-$(CONFIG_DRIVERS_UART) += ../common/uart_bitbang.c - ################################################################################ romstage-y += cbmem.c romstage-y += ../common/qclib.c -- cgit v1.2.3