mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
* Patch by Gary Jennejohn, 11 Sep 2003:
- allow for longer timeouts for USB mass storage devices * Patch by Denis Peter, 11 Sep 2003: - fix USB data pointer assignment for bulk only transfer. - prevent to display erased directories in FAT filesystem. * Change output format for NAND flash - make it look like for other memory, too
This commit is contained in:
@ -248,6 +248,7 @@ void start_armboot (void)
|
||||
#endif /* CONFIG_VFD */
|
||||
|
||||
#if (CONFIG_COMMANDS & CFG_CMD_NAND)
|
||||
puts ("NAND:");
|
||||
nand_init(); /* go init the NAND */
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user