add mmc support

This commit is contained in:
Qubot 2023-10-24 17:27:39 +08:00
parent 85f2ccca41
commit 257dc55bca

View File

@ -2843,6 +2843,9 @@ retry:
if (err) {
#if !defined(CONFIG_SPL_BUILD) || defined(CONFIG_SPL_LIBCOMMON_SUPPORT)
pr_err("Card did not respond to voltage select! : %d\n", err);
#endif
#if !defined(CONFIG_SPL_BUILD)
pr_err("qqqqqq : %d\n", err);
#endif
return -EOPNOTSUPP;
}