]> git.sur5r.net Git - u-boot/blobdiff - board/dave/PPChameleonEVB/PPChameleonEVB.c
Minor fixes for PPChameleon Board:
[u-boot] / board / dave / PPChameleonEVB / PPChameleonEVB.c
index 0bd43bd02348af7b0c65884b5deed594d8539bbb..1f6512d0eada746057a59dedfbb9c022a6462941 100644 (file)
@@ -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