aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/agesawrapper.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-10-22 15:53:34 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-12-03 08:06:47 +0100
commite68f4ffb978e26ae674fb39c304489ec16a06db3 (patch)
tree6e8880e8bd9b6ada796423849ed6341d1ac25e40 /src/northbridge/amd/agesa/agesawrapper.h
parent9bb38c963f25e0465d7ef9048620154a9c39c326 (diff)
AGESA fam15: Common agesawrapper
Place empty OemCustomizeInitEarly() and OemCustomInitPost() in a common file for now and split eventlog parser to a separate file. Change-Id: Ia8277ad13a800898b3e1a4e9c8fbd838ae2efeae Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7155 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/northbridge/amd/agesa/agesawrapper.h')
-rw-r--r--src/northbridge/amd/agesa/agesawrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/agesa/agesawrapper.h b/src/northbridge/amd/agesa/agesawrapper.h
index b18f43da25..b94ddf7821 100644
--- a/src/northbridge/amd/agesa/agesawrapper.h
+++ b/src/northbridge/amd/agesa/agesawrapper.h
@@ -48,7 +48,7 @@ AGESA_STATUS agesawrapper_amdinitlate(void);
AGESA_STATUS agesawrapper_amdinitpost(void);
AGESA_STATUS agesawrapper_amdinitmid(void);
-#if CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY12 || CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY14 || CONFIG_BOARD_AMD_DINAR
+#if CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY12 || CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY14
AGESA_STATUS agesawrapper_amdreadeventlog(void);
#else
AGESA_STATUS agesawrapper_amdreadeventlog(UINT8 HeapStatus);