commit | b643732bce6bd387f246da7a5a04e9a9086cb3bc | [log] [tgz] |
---|---|---|
author | Markus Klotzbuecher <mk@denx.de> | Tue Apr 25 17:00:33 2006 +0200 |
committer | Markus Klotzbuecher <mk@pollux.denx.de> | Tue Apr 25 17:00:33 2006 +0200 |
tree | a0feee1a33b663257bec15b39da7e97994fae17f | |
parent | 38a8cf1443030ac5b5c4dc2eb535cf7302f6144b [diff] [blame] |
cosmetic: print amount of NAND flash aligned with the other values such as DRAM
diff --git a/lib_arm/board.c b/lib_arm/board.c index 1028b04..babc254 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c
@@ -297,7 +297,7 @@ 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