Explorar o código

use same spacing for "NAND:" puts

stroese %!s(int64=20) %!d(string=hai) anos
pai
achega
b7eaad8134
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib_ppc/board.c

+ 1 - 1
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