diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2007-10-21 03:51:06 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2007-10-21 03:51:06 +0000 |
commit | dd8632846b6b20a77bcf08d90a2b3f97efc22371 (patch) | |
tree | bfb84ba52980606316344546935498d86d516a73 /src/northbridge | |
parent | bd7602314bd0a4fb96ddc0b055d503fa67a55303 (diff) | |
download | coreboot-dd8632846b6b20a77bcf08d90a2b3f97efc22371.tar.xz |
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 <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
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/lx/pll_reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |