瀏覽代碼

use same spacing for "NAND:" puts

stroese 20 年之前
父節點
當前提交
b7eaad8134
共有 1 個文件被更改,包括 1 次插入1 次删除
  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