commit | d860c34ff06b039ba77a8399606bb83cf6f25790 | [log] [tgz] |
---|---|---|
author | Markus Klotzbuecher <mk@denx.de> | Tue Apr 25 17:00:33 2006 +0200 |
committer | Markus Klotzbuecher <mk@pollux.denx.de> | Tue Apr 25 17:00:33 2006 +0200 |
tree | a0feee1a33b663257bec15b39da7e97994fae17f | |
parent | 7c93b2443cce08dc9093d47bbaf11c45f7cde9c3 [diff] [blame] |
cosmetic: print amount of NAND flash aligned with the other values such as DRAM
diff --git a/lib_m68k/board.c b/lib_m68k/board.c index e25833b..80c41a6 100644 --- a/lib_m68k/board.c +++ b/lib_m68k/board.c
@@ -631,7 +631,7 @@ #if (CONFIG_COMMANDS & CFG_CMD_NAND) WATCHDOG_RESET (); - puts ("NAND:"); + puts ("NAND: "); nand_init(); /* go init the NAND */ #endif