diff options
author | stroese <stroese> | 2004-12-16 17:53:17 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 17:53:17 +0000 |
commit | b7eaad8134a7f5e48711e4f9a7751f8febc91b31 (patch) | |
tree | bec22ada6a147b1e5370caefb351cf9af4a9eb18 /lib_ppc | |
parent | 946c2185dd4fbfe82f342ed035fd1f24f363c5de (diff) | |
download | u-boot-imx-b7eaad8134a7f5e48711e4f9a7751f8febc91b31.zip u-boot-imx-b7eaad8134a7f5e48711e4f9a7751f8febc91b31.tar.gz u-boot-imx-b7eaad8134a7f5e48711e4f9a7751f8febc91b31.tar.bz2 |
use same spacing for "NAND:" puts
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 |