diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-02-15 11:01:37 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2022-05-16 07:05:30 +0000 |
commit | 4e619b2c5c4732eb124b2909311abeb9e136cbd3 (patch) | |
tree | 16827592d33d3cb82624e73d926c59f6129f5f46 /src/northbridge/amd | |
parent | 796147f5ca772608e4f8acd6f794c73806e63d30 (diff) |
drivers/amd/agesa: Use prepare_and_run_postcar
This removes some of the postcar setup boilerplate.
Change-Id: I4f8f92b88ac16dd70ff4878dfc14e676386d4703
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61962
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/agesa/agesa_helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/amd/agesa/agesa_helper.h b/src/northbridge/amd/agesa/agesa_helper.h index 120e74a71a..5f93d2ad17 100644 --- a/src/northbridge/amd/agesa/agesa_helper.h +++ b/src/northbridge/amd/agesa/agesa_helper.h @@ -36,7 +36,6 @@ void EmptyHeap(void); #define HIGH_MEMORY_SCRATCH 0x30000 void fixup_cbmem_to_UC(int s3resume); -void recover_postcar_frame(struct postcar_frame *pcf, int s3resume); void restore_mtrr(void); void backup_mtrr(void *mtrr_store, u32 *mtrr_store_size); |