superio/nuvoton: Inline nuvoton_hwm_select_bank
There's no need to place a single-line function in its own compilation unit, and then guard it behind a Kconfig symbol. This also allows using this function in stages other than ramstage. Change-Id: I103a4ea4cef24844d382854c9358bbb37d229e04 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42130 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -8,7 +8,6 @@ config BOARD_SPECIFIC_OPTIONS
|
||||
select CHECK_SLFRCS_ON_RESUME
|
||||
select SOUTHBRIDGE_INTEL_I82801GX
|
||||
select SUPERIO_WINBOND_W83627EHG
|
||||
select SUPERIO_NUVOTON_COMMON_HWM # Nuvoton is a Winbond spin-off
|
||||
select HAVE_ACPI_TABLES
|
||||
select HAVE_PIRQ_TABLE
|
||||
select HAVE_MP_TABLE
|
||||
|
@@ -8,7 +8,6 @@ config BOARD_SPECIFIC_OPTIONS
|
||||
select CHECK_SLFRCS_ON_RESUME
|
||||
select SOUTHBRIDGE_INTEL_I82801GX
|
||||
select SUPERIO_WINBOND_W83627THG
|
||||
select SUPERIO_NUVOTON_COMMON_HWM # Nuvoton is a Winbond spin-off
|
||||
select HAVE_ACPI_TABLES
|
||||
select HAVE_PIRQ_TABLE
|
||||
select HAVE_MP_TABLE
|
||||
|
Reference in New Issue
Block a user