* [PATCH] Modify the print log when adma is not supported
@ 2023-03-31 3:45 Zhipeng Chen
0 siblings, 0 replies; only message in thread
From: Zhipeng Chen @ 2023-03-31 3:45 UTC (permalink / raw)
To: u-boot; +Cc: peng.fan, jh80.chung, Zhipeng Chen
---
drivers/mmc/sdhci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c
index c6b250b9a1..4e57e12732 100644
--- a/drivers/mmc/sdhci.c
+++ b/drivers/mmc/sdhci.c
@@ -882,7 +882,7 @@ int sdhci_setup_cfg(struct mmc_config *cfg, struct sdhci_host *host,
#endif
#if CONFIG_IS_ENABLED(MMC_SDHCI_ADMA)
if (!(caps & SDHCI_CAN_DO_ADMA2)) {
- printf("%s: Your controller doesn't support SDMA!!\n",
+ printf("%s: Your controller doesn't support ADMA!!\n",
__func__);
return -EINVAL;
}
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-31 11:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-31 3:45 [PATCH] Modify the print log when adma is not supported Zhipeng Chen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox