From d860c34ff06b039ba77a8399606bb83cf6f25790 Mon Sep 17 00:00:00 2001 From: Markus Klotzbuecher Date: Tue, 25 Apr 2006 17:00:33 +0200 Subject: cosmetic: print amount of NAND flash aligned with the other values such as DRAM --- lib_arm/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib_arm') diff --git a/lib_arm/board.c b/lib_arm/board.c index 1028b046d..babc2543e 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -297,7 +297,7 @@ void start_armboot (void) mem_malloc_init (_armboot_start - CFG_MALLOC_LEN); #if (CONFIG_COMMANDS & CFG_CMD_NAND) - puts ("NAND:"); + puts ("NAND: "); nand_init(); /* go init the NAND */ #endif -- cgit v1.2.3