summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-09-03 14:03:26 +0000
committerwdenk <wdenk>2003-09-03 14:03:26 +0000
commit4d816774f120e5f0278197eb9de32a6e318cce04 (patch)
treef07072c27e1041c7200ce371119fd88641ab71b1 /board
parent093ae273da8db4d2fc1a0471f7f4fd4d712e2884 (diff)
downloadblackbird-obmc-uboot-4d816774f120e5f0278197eb9de32a6e318cce04.tar.gz
blackbird-obmc-uboot-4d816774f120e5f0278197eb9de32a6e318cce04.zip
Adjustments / cleanup for PPChameleon EVB board
Diffstat (limited to 'board')
-rw-r--r--board/dave/PPChameleonEVB/PPChameleonEVB.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/board/dave/PPChameleonEVB/PPChameleonEVB.c b/board/dave/PPChameleonEVB/PPChameleonEVB.c
index 04b7cd7813..d015f69a90 100644
--- a/board/dave/PPChameleonEVB/PPChameleonEVB.c
+++ b/board/dave/PPChameleonEVB/PPChameleonEVB.c
@@ -261,9 +261,10 @@ nand_probe(ulong physadr);
void
nand_init(void)
{
- printf("Probing at 0x%.8x\n", CFG_NAND0_BASE);
- nand_probe(CFG_NAND0_BASE);
- printf("Probing at 0x%.8x\n", CFG_NAND1_BASE);
- nand_probe(CFG_NAND1_BASE);
+ debug ("Probing at 0x%.8x\n", CFG_NAND0_BASE);
+ nand_probe (CFG_NAND0_BASE);
+
+ debug ("Probing at 0x%.8x\n", CFG_NAND1_BASE);
+ nand_probe (CFG_NAND1_BASE);
}
#endif
OpenPOWER on IntegriCloud