aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8183/spi.c
diff options
context:
space:
mode:
authorTristan Shieh <tristan.shieh@mediatek.com>2018-06-15 15:00:15 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-06-28 08:59:01 +0000
commitf78f97e156f3ec71c9ec62cac4cf8954728cddf8 (patch)
treed74a0f38fb0f90fa7a9a8a343cb2f7cfc2c09974 /src/soc/mediatek/mt8183/spi.c
parentbc10d7288764cdb034506af4669d169c76255c56 (diff)
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 <tristan.shieh@mediatek.com> Reviewed-on: https://review.coreboot.org/27114 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/soc/mediatek/mt8183/spi.c')
-rw-r--r--src/soc/mediatek/mt8183/spi.c1
1 files changed, 0 insertions, 1 deletions
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[] = {