use same spacing for "NAND:" puts

This commit is contained in:
stroese 2004-12-16 17:53:17 +00:00
parent 946c2185dd
commit b7eaad8134
1 changed files with 1 additions and 1 deletions

View File

@ -966,7 +966,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
#if (CONFIG_COMMANDS & CFG_CMD_NAND)
WATCHDOG_RESET ();
puts ("NAND:");
puts ("NAND: ");
nand_init(); /* go init the NAND */
#endif