From: stroese <stroese>
Date: Thu, 16 Dec 2004 17:53:17 +0000 (+0000)
Subject: use same spacing for "NAND:" puts
X-Git-Tag: v2025.01-rc5-pxa1908~23507
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=b7eaad8134a7f5e48711e4f9a7751f8febc91b31;p=u-boot.git

use same spacing for "NAND:" puts
---

diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index 92ebbd9411..cc9b479780 100644
--- a/lib_ppc/board.c
+++ b/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