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 | |
| parent | efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5 (diff) | |
| download | olio-uboot-2014.01-8e6b47a89b6db05594f559f7829e5dc54c0df86e.tar.xz olio-uboot-2014.01-8e6b47a89b6db05594f559f7829e5dc54c0df86e.zip | |
One more code cleanup.
| -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 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); |