]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cosmetic: print amount of NAND flash aligned with the other values such as
authorMarkus Klotzbuecher <mk@denx.de>
Tue, 25 Apr 2006 15:00:33 +0000 (17:00 +0200)
committerMarkus Klotzbuecher <mk@pollux.denx.de>
Tue, 25 Apr 2006 15:00:33 +0000 (17:00 +0200)
DRAM

lib_arm/board.c
lib_m68k/board.c

index 1028b046d8463842549711bac0ba782b97af3473..babc2543ebf34fd81eab1115c4d04c0291615ffd 100644 (file)
@@ -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
 
index e25833b32bef47308e5a605c6a6648fa303d0e79..80c41a68a8adf85ce539bda1056d36b126965ea7 100644 (file)
@@ -631,7 +631,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