From 4d816774f120e5f0278197eb9de32a6e318cce04 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 3 Sep 2003 14:03:26 +0000 Subject: Adjustments / cleanup for PPChameleon EVB board --- board/dave/PPChameleonEVB/PPChameleonEVB.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'board/dave') 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 -- cgit v1.2.3