summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp1_1/verstage.c
blob: c001b62bdf8b2ee925477b88edd0b915ce26738e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#include <fsp/car.h>
#include <program_loading.h>

void *cache_as_ram_stage_main(FSP_INFO_HEADER *fih)
{
	run_romstage();
	/* Will actually never return. */
	return NULL;
}