summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--northbridge/amd/geodelx/raminit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/northbridge/amd/geodelx/raminit.c b/northbridge/amd/geodelx/raminit.c
index 5b6893ba132e..611cbd8092a5 100644
--- a/northbridge/amd/geodelx/raminit.c
+++ b/northbridge/amd/geodelx/raminit.c
@@ -267,6 +267,7 @@ static void check_ddr_max(u8 dimm0, u8 dimm1)
if (geode_link_speed() > speed) {
printk(BIOS_EMERG, "DIMM overclocked. Check GeodeLink speed.\n");
post_code(POST_PLL_MEM_FAIL);
+ printk(BIOS_EMERG, "GeodeLink speed: %u\nIntended RAM speed: %u\n", geode_link_speed(), speed);
hlt();
}
}