summaryrefslogtreecommitdiffstats
path: root/board/dave
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-07-31 00:30:09 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-07-31 00:30:09 +0200
commit0f18cb6eef469688a1c57647e486c1341c045b9f (patch)
treebeafdc2f5f3dc6269b7eb57a0dd99e448cb769ea /board/dave
parentcf9919239415fee8e6733c0bd013b46888feb874 (diff)
downloadblackbird-obmc-uboot-0f18cb6eef469688a1c57647e486c1341c045b9f.tar.gz
blackbird-obmc-uboot-0f18cb6eef469688a1c57647e486c1341c045b9f.zip
Minor fixes for PPChameleon Board:
* fix alignment of NAND size * make code do what the comment says
Diffstat (limited to 'board/dave')
-rw-r--r--board/dave/PPChameleonEVB/PPChameleonEVB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dave/PPChameleonEVB/PPChameleonEVB.c b/board/dave/PPChameleonEVB/PPChameleonEVB.c
index 0bd43bd023..1f6512d0ea 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
OpenPOWER on IntegriCloud