From f78f97e156f3ec71c9ec62cac4cf8954728cddf8 Mon Sep 17 00:00:00 2001 From: Tristan Shieh Date: Fri, 15 Jun 2018 15:00:15 +0800 Subject: mediatek/mt8183: Remove the stub flash driver that planned to use eMMC The stub flash driver is a temporary hack that planned to adapt eMMC to SPI flash. Remove the hack since SPI flash is what we really expect. BUG=b:80501386 BRANCH=none TEST=Boots fine on Kukui Change-Id: If29869461fc8c2efe26bb8c901737ee85935d27f Signed-off-by: Tristan Shieh Reviewed-on: https://review.coreboot.org/27114 Tested-by: build bot (Jenkins) Reviewed-by: Paul Kocialkowski Reviewed-by: Hung-Te Lin --- src/soc/mediatek/mt8183/spi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/mediatek/mt8183/spi.c') diff --git a/src/soc/mediatek/mt8183/spi.c b/src/soc/mediatek/mt8183/spi.c index 78821d10fa..d85138cfb0 100644 --- a/src/soc/mediatek/mt8183/spi.c +++ b/src/soc/mediatek/mt8183/spi.c @@ -18,7 +18,6 @@ static const struct spi_ctrlr spi_flash_ctrlr = { .max_xfer_size = 65535, - .flash_probe = mtk_spi_flash_probe, }; const struct spi_ctrlr_buses spi_ctrlr_bus_map[] = { -- cgit v1.2.3