From 0f18cb6eef469688a1c57647e486c1341c045b9f Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 31 Jul 2005 00:30:09 +0200 Subject: Minor fixes for PPChameleon Board: * fix alignment of NAND size * make code do what the comment says --- board/dave/PPChameleonEVB/PPChameleonEVB.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/dave') diff --git a/board/dave/PPChameleonEVB/PPChameleonEVB.c b/board/dave/PPChameleonEVB/PPChameleonEVB.c index 0bd43bd02..1f6512d0e 100644 --- a/board/dave/PPChameleonEVB/PPChameleonEVB.c +++ b/board/dave/PPChameleonEVB/PPChameleonEVB.c @@ -261,7 +261,7 @@ nand_init(void) debug ("Probing at 0x%.8x\n", CFG_NAND1_BASE); totlen += nand_probe (CFG_NAND1_BASE); - printf ("%4lu MB\n", totlen >>20); + printf ("%3lu MB\n", totlen >>20); } #endif -- cgit v1.2.3