]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:54:57 +0000 (07:54 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 23 Aug 2024 21:58:41 +0000 (15:58 -0600)
commit1847129025e04d41f4fd0396fa0336e3d544ded0
treec335f01c19085036051c9003638901df025b025a
parentdfc0acd0cc3cd14f64cb6850465ade98ea84b366
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>
common/spl/spl_mmc.c