diff options
author | stroese <stroese> | 2004-12-17 09:13:49 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-17 09:13:49 +0000 |
commit | 8e6b47a89b6db05594f559f7829e5dc54c0df86e (patch) | |
tree | ab6e3510462b2faf111e89ca272f51dea3bd0f2b /board/esd | |
parent | efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5 (diff) | |
download | u-boot-imx-8e6b47a89b6db05594f559f7829e5dc54c0df86e.zip u-boot-imx-8e6b47a89b6db05594f559f7829e5dc54c0df86e.tar.gz u-boot-imx-8e6b47a89b6db05594f559f7829e5dc54c0df86e.tar.bz2 |
One more code cleanup.
Diffstat (limited to 'board/esd')
-rw-r--r-- | board/esd/pci405/pci405.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |