blob: 895ba05e928022160309acffe7fc4b579f1b62c4 [file] [log] [blame]
/* 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;
}