On 2026-06-04T20:41:35, Francesco Valla <[email protected]> wrote: > spl: fit: use CONFIG_IS_ENABLED whenever possible > > Replace #ifdef directives with the CONFIG_IS_ENABLED() for better > coverage and cleaner code. In the mean time, convert the last > IS_ENABLED() to CONFIG_IS_ENABLED(). > > Signed-off-by: Francesco Valla <[email protected]> > > common/spl/spl_fit.c | 17 +++++++---------- > 1 file changed, 7 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

