soc/amd: Rename chipset_state to chipset_power_state

To implement some common helpers for CBMEM_ID_POWER_STATE
allocation use the same struct name as soc/intel.

Change-Id: I5d2c06a2a7b4602374562197c99b0ad7bcf50afb
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49835
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Kyösti Mälkki
2021-01-22 14:31:36 +02:00
committed by Felix Held
parent ac0dc4a840
commit 10f7f997ad
6 changed files with 7 additions and 7 deletions

View File

@@ -404,7 +404,7 @@ static void sb_init_acpi_ports(void)
void southbridge_init(void *chip_info)
{
struct chipset_state *state;
struct chipset_power_state *state;
sb_init_acpi_ports();