use same spacing for "NAND:" puts
authorstroese <stroese>
Thu, 16 Dec 2004 17:53:17 +0000 (17:53 +0000)
committerstroese <stroese>
Thu, 16 Dec 2004 17:53:17 +0000 (17:53 +0000)
lib_ppc/board.c

index 92ebbd9..cc9b479 100644 (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