arch/x86/cpu: Call x86_cpu_reinit_f for 64-bits
authorJeremy Compostella <jeremy.compostella@intel.com>
Tue, 18 Mar 2025 17:40:03 +0000 (10:40 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 4 Apr 2025 18:26:35 +0000 (12:26 -0600)
commite4246c1521c4b7bb1e3bece5c921f4c7e6a85e60
tree0f7fe0e438cf44028cfbe7838b1fa45e6b38f21c
parent1878c32c4d4790ab171d1ca9c8182627752fb59a
arch/x86/cpu: Call x86_cpu_reinit_f for 64-bits

As both CONFIG_X86_RUN_64BIT and X86_RUN_64BIT_NO_SPL cases run U-Boot
in 64-bit mode with the CPU fully initialized already.

Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/coreboot.c