summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-10-16 09:56:15 -0400
committerTom Rini <trini@konsulko.com>2020-10-16 09:56:15 -0400
commitdadc1e38306b1c3e7465bacefeb309ec1f9db6a0 (patch)
tree52bbeabcfe9f215574949b1e600c896f52e22573 /drivers/mmc
parentda09b99ea572cec9a114872e480b798db11f9c6e (diff)
parentb666714c30c6d6501fbb91d1774065a204a88b8e (diff)
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Fix Octeon SPI driver for Octeon TX2 - Fix and enhance Octeon watchdog driver - Misc minor enhancements to Octeon TX/TX2
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/octeontx_hsmmc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/octeontx_hsmmc.c b/drivers/mmc/octeontx_hsmmc.c
index ddc36694e1e..38ca3736841 100644
--- a/drivers/mmc/octeontx_hsmmc.c
+++ b/drivers/mmc/octeontx_hsmmc.c
@@ -3638,7 +3638,6 @@ static int octeontx_mmc_slot_probe(struct udevice *dev)
struct mmc *mmc;
int err;
- printk("%s (%d)\n", __func__, __LINE__); // test-only
debug("%s(%s)\n", __func__, dev->name);
if (!host_probed) {
pr_err("%s(%s): Error: host not probed yet\n",