I am signing off and acking this trivial patch, as I just wasted several
authorRonald G. Minnich <rminnich@gmail.com>
Sun, 21 Oct 2007 03:51:06 +0000 (03:51 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Sun, 21 Oct 2007 03:51:06 +0000 (03:51 +0000)
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 <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2878 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/northbridge/amd/lx/pll_reset.c

index ecd482f60301d7d3ddbdfa25b3785de0b3a23489..638122d943f17174c00660ac3dca75352093ea5a 100644 (file)
@@ -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;
 }