summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/smbios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/smbios.c b/src/lib/smbios.c
index 3b3360cf2d..deee193be9 100644
--- a/src/lib/smbios.c
+++ b/src/lib/smbios.c
@@ -371,7 +371,7 @@ static int smbios_write_type0(unsigned long *current, int handle)
struct smbios_type0 *t = smbios_carve_table(*current, SMBIOS_BIOS_INFORMATION,
sizeof(*t), handle);
- t->vendor = smbios_add_string(t->eos, "coreboot");
+ t->vendor = smbios_add_string(t->eos, CONFIG_BIOS_VENDOR);
t->bios_release_date = smbios_add_string(t->eos, coreboot_dmi_date);
if (CONFIG(CHROMEOS_NVS)) {