aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstroese <stroese>2004-12-16 17:53:17 +0000
committerstroese <stroese>2004-12-16 17:53:17 +0000
commitb7eaad8134a7f5e48711e4f9a7751f8febc91b31 (patch)
treebec22ada6a147b1e5370caefb351cf9af4a9eb18
parent946c2185dd4fbfe82f342ed035fd1f24f363c5de (diff)
use same spacing for "NAND:" puts
-rw-r--r--lib_ppc/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index 92ebbd941..cc9b47978 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -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