소스 검색

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