From: stroese Date: Thu, 16 Dec 2004 17:53:17 +0000 (+0000) Subject: use same spacing for "NAND:" puts X-Git-Tag: LABEL_2006_03_12_0025~434 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b7eaad8134a7f5e48711e4f9a7751f8febc91b31;p=oweals%2Fu-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