commit | d3491b4144e6b9d29e1d2727d1337f217a5ee6a3 | [log] [tgz] |
---|---|---|
author | stroese <stroese> | Thu Dec 16 17:53:17 2004 +0000 |
committer | stroese <stroese> | Thu Dec 16 17:53:17 2004 +0000 |
tree | bec22ada6a147b1e5370caefb351cf9af4a9eb18 | |
parent | 583ca92a76ed3321566aa06c3fdcdb5cf2fd602c [diff] |
use same spacing for "NAND:" puts
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 92ebbd9..cc9b479 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c
@@ -966,7 +966,7 @@ #if (CONFIG_COMMANDS & CFG_CMD_NAND) WATCHDOG_RESET (); - puts ("NAND:"); + puts ("NAND: "); nand_init(); /* go init the NAND */ #endif