From: stroese Date: Fri, 17 Dec 2004 09:13:49 +0000 (+0000) Subject: One more code cleanup. X-Git-Tag: LABEL_2004_12_18_2335~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e6b47a89b6db05594f559f7829e5dc54c0df86e;p=kernel%2Fu-boot.git One more code cleanup. --- diff --git a/board/esd/pci405/pci405.c b/board/esd/pci405/pci405.c index dbc3414..80d6dbb 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);