spl: ext, fat: cleanup use of CONFIG_SPL_LIBCOMMON_SUPPORT
authorAnshul Dalal <anshuld@ti.com>
Tue, 23 Sep 2025 12:46:38 +0000 (18:16 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 7 Oct 2025 19:02:18 +0000 (13:02 -0600)
commitd0b5b33c4fa7555d142a02edf07ba259691360b3
tree74beaf2e869bde0b7c1ae089ba5932a0401975ae
parent00edec55f388000b9161d2427e1ae2e55f53c8ea
spl: ext, fat: cleanup use of CONFIG_SPL_LIBCOMMON_SUPPORT

Minor cleanup of spl_ext and spl_fat files, removing the outdated
CONFIG_SPL_LIBCOMMON_SUPPORT symbols similar to the commit 1847129025e0
("spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT") and adding a
few extra failure reports.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Anshul Dalal <anshuld@ti.com>
common/spl/spl_ext.c
common/spl/spl_fat.c