From: Markus Klotzbuecher Date: Tue, 25 Apr 2006 15:00:33 +0000 (+0200) Subject: cosmetic: print amount of NAND flash aligned with the other values such as X-Git-Tag: v2008.10-rc1~1235^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d860c34ff06b039ba77a8399606bb83cf6f25790;p=platform%2Fkernel%2Fu-boot.git 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 @@ 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 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 @@ 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