diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-01 23:38:19 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-07 13:59:17 +0000 |
commit | 03a6ccd20d9bb54e3a009269b8e454ee8a2e3051 (patch) | |
tree | 8f8b9c6fc6e383e5e7aa4f9631119a8517859d04 /src/drivers | |
parent | 1a010236cf922fc28cfb36b604bdf17a9ea3cb82 (diff) |
sb/amd: Remove dropped platforms
This code is now unused by any platform.
Change-Id: I60afbde6ead70f0c887866fc351b4a6a15a89287
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69120
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/amd/agesa/state_machine.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/amd/agesa/state_machine.c b/src/drivers/amd/agesa/state_machine.c index b819dff50b..15cdeeae13 100644 --- a/src/drivers/amd/agesa/state_machine.c +++ b/src/drivers/amd/agesa/state_machine.c @@ -291,10 +291,6 @@ static void amd_bs_dev_enable(void *arg) if (!acpi_is_wakeup_s3()) agesa_execute_state(cb, AMD_INIT_MID); - - /* FIXME */ - if (CONFIG(AMD_SB_CIMX) && acpi_is_wakeup_s3()) - sb_After_Pci_Restore_Init(); } static void amd_bs_post_device(void *arg) |