On Wed, 26 Feb 2025 14:31:26 -0600, Tom Rini wrote: > This file was using IS_ENABLED() to test for CONFIG flags but omitted > the CONFIG_ prefix and so did not work as expected. > >
Applied to u-boot/master, thanks! [1/1] x86: Correct usage of IS_ENABLED() macro in arch/x86/lib/spl.c commit: cd2dc5f448df29b88668a1e1d97971f2007399eb -- Tom