summaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/family15/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/agesa/family15/romstage.c')
-rw-r--r--src/cpu/amd/agesa/family15/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/agesa/family15/romstage.c b/src/cpu/amd/agesa/family15/romstage.c
index e2b58c8597..7e65f81e1d 100644
--- a/src/cpu/amd/agesa/family15/romstage.c
+++ b/src/cpu/amd/agesa/family15/romstage.c
@@ -60,7 +60,7 @@ void agesa_main(struct sysinfo *cb)
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
distinguish_cpu_resets(0);
soft_reset();
- die("After soft_reset_x - shouldn't see this message!!!\n");
+ die("After soft_reset - shouldn't see this message!!!\n");
}
post_code(0x40);