]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 92ebbd9411cfd53ed1922ac5debf0fb7b8fddb84..cc9b479780f498421286477dcd170d96d2997432 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