diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-12-16 12:45:21 +0000 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-01-07 03:32:13 +0000 |
commit | c07f165b089af9d4420b3b4d47a975677f9207cf (patch) | |
tree | 18a5e9a0bea9b75307cc0667922b539c153486c3 /src/mainboard/starlabs/starbook | |
parent | fbd13a84cf0d02a42188c00cf68f40b2b00af9d0 (diff) |
mb/starlabs: Remove the bios_version function
Remove smbios_mainboard_bios_version so that the default
CONFIG_LOCALVERSION can be used.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ia94f8683a54a98f4e3b1f51521db7e3ccb56ba48
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70855
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/starlabs/starbook')
-rw-r--r-- | src/mainboard/starlabs/starbook/smbios.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/starlabs/starbook/smbios.c b/src/mainboard/starlabs/starbook/smbios.c index 47280ce0ea..ab2c211a99 100644 --- a/src/mainboard/starlabs/starbook/smbios.c +++ b/src/mainboard/starlabs/starbook/smbios.c @@ -9,11 +9,6 @@ #include <uuid.h> #include <variants.h> -const char *smbios_mainboard_bios_version(void) -{ - return CONFIG_LOCAL_VERSION; -} - /* Get the Embedded Controller firmware version */ void smbios_ec_revision(uint8_t *ec_major_revision, uint8_t *ec_minor_revision) { |