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

#include <device/device.h>
#include <amdblocks/chip.h>
#include <device/device.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;
}