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

#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_cezanne_config *cfg = config_of_soc();
	return &cfg->common_config;
}