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:
parent
fbd13a84cf
commit
c07f165b08
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue