From b7eaad8134a7f5e48711e4f9a7751f8febc91b31 Mon Sep 17 00:00:00 2001 From: stroese Date: Thu, 16 Dec 2004 17:53:17 +0000 Subject: [PATCH] use same spacing for "NAND:" puts --- lib_ppc/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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