soc/intel/xeon_sp: Drop unused code
[coreboot2.git] / src / soc / intel / xeon_sp / config.c
bloba61f724ae14d90bc965165f49707d02fad6a46b6
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <soc/config.h>
5 __weak enum xeonsp_cxl_mode get_cxl_mode(void)
7 return XEONSP_CXL_DISABLED;
10 __weak enum xeonsp_fast_boot_mode get_fast_boot_mode(void)
12 return XEONSP_FAST_BOOT_COLD | XEONSP_FAST_BOOT_WARM;