/* SPDX-License-Identifier: GPL-2.0-only */ #include #include void *cache_as_ram_stage_main(FSP_INFO_HEADER *fih) { run_romstage(); /* Will actually never return. */ return NULL; }