aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/common
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-08-31 16:58:27 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-13 22:51:57 +0000
commitd136b8ef21f9fb4f469a8f0682b086637b0ea542 (patch)
treec703d879fa2721ab3554834f479f802e950fea5a /src/vendorcode/amd/agesa/common
parentc8e4742f918b6029137bbe4e5d8fda9df52cb274 (diff)
AGESA vendorcode: Remove AGESA_ENTRY_INIT_RECOVERY
Deprecated and not used in our builds. Change-Id: I01773bb62b1599d18ad51d6f444abec46faec942 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21304 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/vendorcode/amd/agesa/common')
-rw-r--r--src/vendorcode/amd/agesa/common/agesa-entry.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vendorcode/amd/agesa/common/agesa-entry.c b/src/vendorcode/amd/agesa/common/agesa-entry.c
index d0789c1249..1e861497ad 100644
--- a/src/vendorcode/amd/agesa/common/agesa-entry.c
+++ b/src/vendorcode/amd/agesa/common/agesa-entry.c
@@ -116,10 +116,6 @@ CONST DISPATCH_TABLE ROMDATA DispatchTable[] =
{ AMD_INIT_RESET, (IMAGE_ENTRY)AmdInitReset },
#endif
- #if AGESA_ENTRY_INIT_RECOVERY == TRUE
- { AMD_INIT_RECOVERY, (IMAGE_ENTRY)AmdInitRecovery },
- #endif
-
#if AGESA_ENTRY_INIT_EARLY == TRUE
{ AMD_INIT_EARLY, (IMAGE_ENTRY)AmdInitEarly },
#endif