diff options
author | Markus Klotzbuecher <mk@denx.de> | 2006-04-25 17:00:33 +0200 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2006-04-25 17:00:33 +0200 |
commit | d860c34ff06b039ba77a8399606bb83cf6f25790 (patch) | |
tree | a0feee1a33b663257bec15b39da7e97994fae17f /lib_arm | |
parent | 7c93b2443cce08dc9093d47bbaf11c45f7cde9c3 (diff) |
cosmetic: print amount of NAND flash aligned with the other values such as
DRAM
Diffstat (limited to 'lib_arm')
-rw-r--r-- | lib_arm/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c index 1028b046d84..babc2543ebf 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 |