From ec48c749c254f5ea353b5deea4b207df3cf7a6a6 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Fri, 29 Sep 2017 02:45:31 +0200 Subject: AMD boards: Fix function name (soft_reset) in message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia21a3e93712bd6b6780fe7308c6cf79c553f4e1b Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/21760 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/gigabyte/ma78gm/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/gigabyte/ma78gm/romstage.c') diff --git a/src/mainboard/gigabyte/ma78gm/romstage.c b/src/mainboard/gigabyte/ma78gm/romstage.c index b8641f8e9a..98d038f5a9 100644 --- a/src/mainboard/gigabyte/ma78gm/romstage.c +++ b/src/mainboard/gigabyte/ma78gm/romstage.c @@ -182,7 +182,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) if (!warm_reset_detect(0)) { printk(BIOS_INFO, "...WARM RESET...\n\n\n"); 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(0x3B); -- cgit v1.2.3