payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / intel / galileo / mainboard.c
blob2e3c3082f8e37b09d86efb6da4dceb9e241e9989
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <smbios.h>
5 /* Set the board version */
6 const char *smbios_mainboard_version(void)
8 if (CONFIG(GALILEO_GEN2))
9 return "Gen 2";
10 return "1.0";