From 7ac11ca3d64615d1c77e48d31b1730bd67582168 Mon Sep 17 00:00:00 2001 From: Yidi Lin Date: Mon, 19 Apr 2021 15:45:16 +0800 Subject: soc/mediatek: Move mt8192 ufs driver to common Signed-off-by: Yidi Lin Change-Id: I28eb13edcded95a9a4c17bdf92da9f792883a613 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52534 Tested-by: build bot (Jenkins) Reviewed-by: Yu-Ping Wu --- src/soc/mediatek/mt8192/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/mediatek/mt8192/Makefile.inc') diff --git a/src/soc/mediatek/mt8192/Makefile.inc b/src/soc/mediatek/mt8192/Makefile.inc index 0181bfcab0..9512346984 100644 --- a/src/soc/mediatek/mt8192/Makefile.inc +++ b/src/soc/mediatek/mt8192/Makefile.inc @@ -61,7 +61,7 @@ ramstage-y += spm.c ramstage-y += sspm.c ramstage-y += ../common/timer.c ramstage-y += ../common/uart.c -ramstage-y += ufs.c +ramstage-y += ../common/ufs.c ramstage-y += ../common/usb.c usb.c MT8192_BLOB_DIR := 3rdparty/blobs/soc/mediatek/mt8192 -- cgit v1.2.3