soc/intel/xeon_sp/skx: Use Kconfig symbol
[coreboot2.git] / src / soc / amd / picasso / config.c
blobed8834d2413e09e36c8bc22afc33fc4c702b1800
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <amdblocks/chip.h>
4 #include <device/device.h>
5 #include <static.h>
6 #include "chip.h"
8 const struct soc_amd_common_config *soc_get_common_config(void)
10 const struct soc_amd_picasso_config *cfg = config_of_soc();
11 return &cfg->common_config;