summaryrefslogtreecommitdiff
path: root/src/soc/amd/genoa_poc/config.c
blob: eab1ae44bc1b6e84e8888c8c978717c840a976d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#include <device/device.h>
#include <amdblocks/chip.h>
#include <device/device.h>
#include <static.h>
#include "chip.h"

const struct soc_amd_common_config *soc_get_common_config(void)
{
	const struct soc_amd_genoa_poc_config *cfg = config_of_soc();
	return &cfg->common_config;
}