[coreboot-gerrit] Change in coreboot[master]: AGESA: f15: Fix function name in message

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Fri Sep 29 03:19:10 CEST 2017


Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/21760


Change subject: AGESA: f15: Fix function name in message
......................................................................

AGESA: f15: Fix function name in message

Change-Id: Ia21a3e93712bd6b6780fe7308c6cf79c553f4e1b
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M src/cpu/amd/agesa/family15/romstage.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/21760/1

diff --git a/src/cpu/amd/agesa/family15/romstage.c b/src/cpu/amd/agesa/family15/romstage.c
index e2b58c8..7e65f81 100644
--- a/src/cpu/amd/agesa/family15/romstage.c
+++ b/src/cpu/amd/agesa/family15/romstage.c
@@ -60,7 +60,7 @@
 		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);

-- 
To view, visit https://review.coreboot.org/21760
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia21a3e93712bd6b6780fe7308c6cf79c553f4e1b
Gerrit-Change-Number: 21760
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170929/741170ee/attachment.html>


More information about the coreboot-gerrit mailing list