Skip to content
Snippets Groups Projects
Commit d860c34f authored by Markus Klotzbuecher's avatar Markus Klotzbuecher Committed by Markus Klotzbuecher
Browse files

cosmetic: print amount of NAND flash aligned with the other values such as

DRAM
parent 7c93b244
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ void start_armboot (void) ...@@ -297,7 +297,7 @@ void start_armboot (void)
mem_malloc_init (_armboot_start - CFG_MALLOC_LEN); mem_malloc_init (_armboot_start - CFG_MALLOC_LEN);
#if (CONFIG_COMMANDS & CFG_CMD_NAND) #if (CONFIG_COMMANDS & CFG_CMD_NAND)
puts ("NAND:"); puts ("NAND: ");
nand_init(); /* go init the NAND */ nand_init(); /* go init the NAND */
#endif #endif
......
...@@ -631,7 +631,7 @@ void board_init_r (gd_t *id, ulong dest_addr) ...@@ -631,7 +631,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
#if (CONFIG_COMMANDS & CFG_CMD_NAND) #if (CONFIG_COMMANDS & CFG_CMD_NAND)
WATCHDOG_RESET (); WATCHDOG_RESET ();
puts ("NAND:"); puts ("NAND: ");
nand_init(); /* go init the NAND */ nand_init(); /* go init the NAND */
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment