x86: Correct usage of IS_ENABLED() macro in arch/x86/lib/spl.c
authorTom Rini <trini@konsulko.com>
Wed, 26 Feb 2025 20:31:26 +0000 (14:31 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 May 2025 16:42:07 +0000 (10:42 -0600)
commitcd2dc5f448df29b88668a1e1d97971f2007399eb
tree9f8e75c925609e8b6fb99adec436eb450fceecd8
parent4cc29d0109ec4cb7e8121cab3df565916b0c3c11
x86: Correct usage of IS_ENABLED() macro in arch/x86/lib/spl.c

This file was using IS_ENABLED() to test for CONFIG flags but omitted
the CONFIG_ prefix and so did not work as expected.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/x86/lib/spl.c