blob: f1d335e472864b38b16af2436a5c4ecc943b422e [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* TODO: Check if this is still correct */
#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_mendocino_config *cfg = config_of_soc();
return &cfg->common_config;
}