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
This commit is contained in:
Ronald G. Minnich 2007-10-21 03:51:06 +00:00
parent bd7602314b
commit dd8632846b
1 changed files with 1 additions and 1 deletions

View 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;
}