mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
use same spacing for "NAND:" puts
This commit is contained in:
parent
946c2185dd
commit
b7eaad8134
1 changed files with 1 additions and 1 deletions
|
@ -966,7 +966,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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue