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>
This commit is contained in:
Sean Rhodes 2022-12-16 12:45:21 +00:00 committed by Martin L Roth
parent fbd13a84cf
commit c07f165b08
3 changed files with 0 additions and 14 deletions

View File

@ -12,8 +12,4 @@ source "src/mainboard/starlabs/*/Kconfig"
config MAINBOARD_VENDOR
default "Star Labs"
config LOCAL_VERSION
string
default "8.18"
endif # VENDOR_STARLABS

View File

@ -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)
{

View File

@ -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)
{