summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/south_station/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/south_station/romstage.c')
-rw-r--r--src/mainboard/amd/south_station/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/south_station/romstage.c b/src/mainboard/amd/south_station/romstage.c
index 727b92d7aa..53a1dce371 100644
--- a/src/mainboard/amd/south_station/romstage.c
+++ b/src/mainboard/amd/south_station/romstage.c
@@ -55,7 +55,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
/* All cores: set pstate 0 (1600 MHz) early to save a few ms of boot time */
__writemsr (0xc0010062, 0);
- agesawrapper_amdinitmmio();
+ amd_initmmio();
if (!cpu_init_detectedx && boot_cpu()) {
post_code(0x30);