mb/google/rauru: Enable vcore DVFS in romstage
[coreboot2.git] / src / soc / amd / glinda / config.c
blobc57c49e07cbe6771d675cd8a8d4d3be8907967bd
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <amdblocks/chip.h>
4 #include <device/device.h>
5 #include <static.h>
6 #include "chip.h"
8 const struct soc_amd_common_config *soc_get_common_config(void)
10 const struct soc_amd_glinda_config *cfg = config_of_soc();
11 return &cfg->common_config;