summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/family12/agesawrapper.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-10-21 13:43:46 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-12-03 08:09:05 +0100
commit34ad72cd03923461d1a2cd80c798002e94f92069 (patch)
tree186b29a3d08d05798d8f3bb8f430e5af5b7df5c2 /src/northbridge/amd/agesa/family12/agesawrapper.c
parent4b5a71179a089dc1c1cdea263c3169a421eff139 (diff)
downloadcoreboot-34ad72cd03923461d1a2cd80c798002e94f92069.tar.xz
AGESA: Remove duplicate OemCustomizeInitEarly declarations
Change-Id: I59b2c3f235a6b30e68e78c2fe4065fbc0488bc4c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7158 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/northbridge/amd/agesa/family12/agesawrapper.c')
-rw-r--r--src/northbridge/amd/agesa/family12/agesawrapper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/amd/agesa/family12/agesawrapper.c b/src/northbridge/amd/agesa/family12/agesawrapper.c
index 8a5f03fa77..7309262ddd 100644
--- a/src/northbridge/amd/agesa/family12/agesawrapper.c
+++ b/src/northbridge/amd/agesa/family12/agesawrapper.c
@@ -47,8 +47,6 @@ VOID *AcpiWheaMce = NULL;
VOID *AcpiWheaCmc = NULL;
VOID *AcpiAlib = NULL;
-VOID OemCustomizeInitEarly(IN OUT AMD_EARLY_PARAMS * InitEarly);
-
UINT32 ReadAmdSbPmr(IN UINT8 IndexValue, OUT UINT8 * DataValue);
UINT32 WriteAmdSbPmr(IN UINT8 IndexValue, IN UINT8 DataValue);