From 03625f4daf8bd92b8be64d795f8e46c01cc7468d Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Thu, 10 May 2007 23:13:18 +0000 Subject: This patch cleans up \r left in the print strings. They were required for romcc code but no longer needed in cache as ram code. Signed-off-by: Marc Jones Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2657 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/pll_reset.c') diff --git a/src/northbridge/amd/lx/pll_reset.c b/src/northbridge/amd/lx/pll_reset.c index 8462e64a67..ecd482f603 100644 --- a/src/northbridge/amd/lx/pll_reset.c +++ b/src/northbridge/amd/lx/pll_reset.c @@ -30,7 +30,7 @@ static void pll_reset(char manualconf) print_debug_hex32(msrGlcpSysRstpll.hi); print_debug(":"); print_debug_hex32(msrGlcpSysRstpll.lo); - print_debug("\r\n"); + print_debug("\n"); POST_CODE(POST_PLL_INIT); if (!(msrGlcpSysRstpll.lo & (1 << RSTPLL_LOWER_SWFLAGS_SHIFT))) { -- cgit v1.2.3