commit | bd928e152caf6db78f2071cef96486dceb48f378 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:54:57 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 23 15:58:41 2024 -0600 |
tree | c335f01c19085036051c9003638901df025b025a | |
parent | fa55f429bc399766027c852db5508a21cce6b565 [diff] |
spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT This check is not needed now, since printf() resolved to nothing if not available. Drop the #ifdefs Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>