summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/union_station/BiosCallOuts.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-05-05 12:05:53 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-05-26 09:28:38 +0200
commit6b4b1513a5026b6c9f2883bf6687341405579689 (patch)
treef7e8479b5d4c5087c7913881f1366292bb118ec3 /src/mainboard/amd/union_station/BiosCallOuts.c
parent838e211013d76cb8de86d8210bb52f396b9e369c (diff)
downloadcoreboot-6b4b1513a5026b6c9f2883bf6687341405579689.tar.gz
coreboot-6b4b1513a5026b6c9f2883bf6687341405579689.tar.bz2
coreboot-6b4b1513a5026b6c9f2883bf6687341405579689.zip
AGESA fam12 fam14 fam15: Common handler for AGESA_RUNFUNC_ONAP
Change-Id: I9f27e1e814a80864d8ca315fe816a083c55708c6 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5682 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/amd/union_station/BiosCallOuts.c')
-rw-r--r--src/mainboard/amd/union_station/BiosCallOuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/union_station/BiosCallOuts.c b/src/mainboard/amd/union_station/BiosCallOuts.c
index 33a409b33dac..345d0d39aa8a 100644
--- a/src/mainboard/amd/union_station/BiosCallOuts.c
+++ b/src/mainboard/amd/union_station/BiosCallOuts.c
@@ -32,7 +32,7 @@ STATIC BIOS_CALLOUT_STRUCT BiosCallouts[] =
{AGESA_DO_RESET, agesa_Reset },
{AGESA_READ_SPD, BiosReadSpd },
{AGESA_READ_SPD_RECOVERY, agesa_NoopUnsupported },
- {AGESA_RUNFUNC_ONAP, BiosRunFuncOnAp },
+ {AGESA_RUNFUNC_ONAP, agesa_RunFuncOnAp },
{AGESA_GNB_PCIE_SLOT_RESET, BiosGnbPcieSlotReset },
{AGESA_HOOKBEFORE_DRAM_INIT, BiosHookBeforeDramInit },
{AGESA_HOOKBEFORE_DRAM_INIT_RECOVERY, agesa_NoopSuccess },