blob: b25298750a41efcd15a4154f9ccf3d80d54b52db [file] [log] [blame]
/* 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_phoenix_config *cfg = config_of_soc();
return &cfg->common_config;
}