mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
cosmetic: print amount of NAND flash aligned with the other values such as
DRAM
This commit is contained in:
parent
7c93b2443c
commit
d860c34ff0
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
#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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue