Skip to content
Snippets Groups Projects
Commit b7eaad81 authored by Stefan Roese's avatar Stefan Roese
Browse files

use same spacing for "NAND:" puts

parent 946c2185
No related branches found
No related tags found
No related merge requests found
...@@ -966,7 +966,7 @@ void board_init_r (gd_t *id, ulong dest_addr) ...@@ -966,7 +966,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