On Wed, Feb 22, 2023 at 09:34:13AM -0700, Simon Glass wrote: > Drop the invalid SPL_ in a CONFIG_IS_ENABLED() usage. Use the correct > X86_64 option in msr.h since SPL may be 32-bit when U-Bout proper is > not. > > Signed-off-by: Simon Glass > --- > > (no changes since v4) > > Changes in v4: > - Reduce and rename commit > > arch/x86/cpu/qemu/qemu.c | 2 +- > arch/x86/include/asm/msr.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) This changes spl on chromebook_link64 a lot, have you confirmed it there? -- Tom