aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstroese <stroese>2004-12-17 09:13:49 +0000
committerstroese <stroese>2004-12-17 09:13:49 +0000
commit8e6b47a89b6db05594f559f7829e5dc54c0df86e (patch)
treeab6e3510462b2faf111e89ca272f51dea3bd0f2b
parentefe2a4d5cf96dd37bc4782ba1880cee4ed1117c5 (diff)
One more code cleanup.
-rw-r--r--board/esd/pci405/pci405.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pci405/pci405.c b/board/esd/pci405/pci405.c
index dbc341442..80d6dbb23 100644
--- a/board/esd/pci405/pci405.c
+++ b/board/esd/pci405/pci405.c
@@ -306,7 +306,7 @@ int misc_init_r (void)
/* mtspr(ccr0, (mfspr(ccr0) & 0xff8fffff) | 0x00100000); */
mtspr(ccr0, (mfspr(ccr0) & 0xff8fffff) | 0x00000000);
#endif
-/* printf("CCR0=%08x\n", mfspr(ccr0)); /* test-only */ */
+ /* printf("CCR0=%08x\n", mfspr(ccr0));*/ /* test-only */
#endif
free(dst);