summaryrefslogtreecommitdiffstats
path: root/src/mainboard/protectli/vault_bsw/ramstage.c
blob: 6320ca7a67adb14d378c9952f11ded08730841ff (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */

#include <soc/ramstage.h>

void mainboard_silicon_init_params(SILICON_INIT_UPD *params)
{
	params->PcdTurboMode = 1;
}