From dd8632846b6b20a77bcf08d90a2b3f97efc22371 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Sun, 21 Oct 2007 03:51:06 +0000 Subject: I am signing off and acking this trivial patch, as I just wasted several days on a function named pll_reset that, on exit, says "Done cpuRegInit", and which, in turn, made me think it was a lot farther along that it was. Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2878 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/lx/pll_reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/amd/lx') diff --git a/src/northbridge/amd/lx/pll_reset.c b/src/northbridge/amd/lx/pll_reset.c index ecd482f603..638122d943 100644 --- a/src/northbridge/amd/lx/pll_reset.c +++ b/src/northbridge/amd/lx/pll_reset.c @@ -68,7 +68,7 @@ static void pll_reset(char manualconf) __asm__ __volatile__("hlt\n"); } - print_debug("Done cpuRegInit\n"); + print_debug("Done pll_reset\r\n"); return; } -- cgit v1.2.3