commit | 1847129025e04d41f4fd0396fa0336e3d544ded0 | [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 | dfc0acd0cc3cd14f64cb6850465ade98ea84b366 [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>