revert 257dc55bca74847e4c162500dd5bfcd984d23b35

revert add mmc support
This commit is contained in:
Qubot 2023-10-24 09:42:55 +00:00
parent 257dc55bca
commit 7981a521c0

View File

@ -2843,9 +2843,6 @@ 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;
}