[PATCH 5/6] spl: fit: use CONFIG_IS_ENABLED whenever possible
Simon Glass
sjg at chromium.org
Thu Jun 18 17:12:39 CEST 2026
On 2026-06-04T20:41:35, Francesco Valla <francesco at valla.it> 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 <francesco at valla.it>
>
> common/spl/spl_fit.c | 17 +++++++----------
> 1 file changed, 7 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list