cosmetic: print amount of NAND flash aligned with the other values such as
DRAM
diff --git a/lib_m68k/board.c b/lib_m68k/board.c
index e25833b..80c41a6 100644
--- a/lib_m68k/board.c
+++ b/lib_m68k/board.c
@@ -631,7 +631,7 @@
 
 #if (CONFIG_COMMANDS & CFG_CMD_NAND)
 	WATCHDOG_RESET ();
-	puts ("NAND:");
+	puts ("NAND:  ");
 	nand_init();		/* go init the NAND */
 #endif