summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/inagua/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/inagua/romstage.c')
-rw-r--r--src/mainboard/amd/inagua/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/inagua/romstage.c b/src/mainboard/amd/inagua/romstage.c
index 68822e0d33..6a13d03402 100644
--- a/src/mainboard/amd/inagua/romstage.c
+++ b/src/mainboard/amd/inagua/romstage.c
@@ -54,7 +54,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
*/
__writemsr (0xc0010062, 0);
- agesawrapper_amdinitmmio();
+ amd_initmmio();
if (!cpu_init_detectedx && boot_cpu()) {
post_code(0x30);