diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2020-07-13 20:42:06 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-07-16 23:58:30 +0000 |
commit | 34aab089e307b5f40421f158096ceb92cd6d7540 (patch) | |
tree | 8daaf5144aae439bb39f75a56daf58f1979df880 /src/soc/amd/picasso/chip.h | |
parent | 12732536df9c6ea33864a0827a739e739ec97f11 (diff) |
soc/amd/picasso: remove unused fadt_pm_profile devicetree setting
commit 56da63c3dc3f50cfac541c779b608e1bae9e635c removed overriding that
field in the FADT.
Change-Id: I0c8ff9ab125129dc856949c47a3a0c14e4109c73
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43417
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/chip.h')
-rw-r--r-- | src/soc/amd/picasso/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/chip.h b/src/soc/amd/picasso/chip.h index 205733a604..1d3ee9d8c9 100644 --- a/src/soc/amd/picasso/chip.h +++ b/src/soc/amd/picasso/chip.h @@ -74,7 +74,6 @@ struct soc_amd_picasso_config { struct acpi_gpio dmic_select_gpio; /* Options for these are in src/arch/x86/include/acpi/acpi.h */ - uint8_t fadt_pm_profile; uint16_t fadt_boot_arch; uint32_t fadt_flags; |