BIOS Version -> BIOS Revision.

This commit is contained in:
OBattler
2024-11-10 02:47:59 +01:00
parent b2258f4ae7
commit d6cd357202
3 changed files with 4 additions and 4 deletions

View File

@@ -836,7 +836,7 @@ static const device_config_t rt1000b_config[] = {
},
{
.name = "bios_ver",
.description = "BIOS Version",
.description = "BIOS Revision",
.type = CONFIG_BIOS,
.default_string = "v8_10r",
.default_int = 0,

View File

@@ -1201,7 +1201,7 @@ static const device_config_t spock_rom_config[] = {
// clang-format off
{
.name = "bios_ver",
.description = "BIOS Version",
.description = "BIOS Revision",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 1,

View File

@@ -967,7 +967,7 @@ static const device_config_t et4000_tc6058af_config[] = {
},
{
.name = "bios_ver",
.description = "BIOS Version",
.description = "BIOS Revision",
.type = CONFIG_BIOS,
.default_string = "v1_10",
.default_int = 0,
@@ -1014,7 +1014,7 @@ static const device_config_t et4000_bios_config[] = {
},
{
.name = "bios_ver",
.description = "BIOS Version",
.description = "BIOS Revision",
.type = CONFIG_BIOS,
.default_string = "v8_01",
.default_int = 0,