aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/dinar/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/dinar/romstage.c')
-rw-r--r--src/mainboard/amd/dinar/romstage.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/amd/dinar/romstage.c b/src/mainboard/amd/dinar/romstage.c
index b1e9a61ec2..c011038c7e 100644
--- a/src/mainboard/amd/dinar/romstage.c
+++ b/src/mainboard/amd/dinar/romstage.c
@@ -43,6 +43,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
{
u32 val;
+ agesawrapper_amdinitmmio();
+
if (!cpu_init_detectedx && boot_cpu()) {
post_code(0x30);
@@ -62,9 +64,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
}
- post_code(0x32);
- agesawrapper_amdinitmmio();
-
/* Halt if there was a built in self test failure */
post_code(0x33);
report_bist_failure(bist);