aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx/pll_reset.c
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@amd.com>2007-05-10 23:13:18 +0000
committerPeter Stuge <peter@stuge.se>2007-05-10 23:13:18 +0000
commit03625f4daf8bd92b8be64d795f8e46c01cc7468d (patch)
treef6b181a3e22ad960f0ae9ed654443d25ba1fe58e /src/northbridge/amd/lx/pll_reset.c
parenta909ee6185ac7e784d7aae26c359506a72756793 (diff)
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 <marc.jones@amd.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2657 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/lx/pll_reset.c')
-rw-r--r--src/northbridge/amd/lx/pll_reset.c2
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 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))) {