soc/intel/common/block: fix storage size of HEST log address
[coreboot.git] / src / arch / x86 / verstage.c
blob633fd8c877fe19dcfcb7759dac6ee761f52094cb
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <arch/cpu.h>
4 #include <main_decl.h>
6 /* Provide an entry point for verstage when it's a separate stage. */
7 asmlinkage void car_stage_entry(void)
9 main();