1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

add new command: reset, then we can reboot device after reflash

This commit is contained in:
Xiangfu Liu
2011-03-02 10:42:35 +08:00
parent aa59c6a7ec
commit ff3182da41
8 changed files with 54 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ enum USB_JZ4740_REQUEST /* add for USB_BOOT */
VR_NAND_OPS,
VR_SDRAM_OPS,
VR_CONFIGRATION,
VR_OTHER
VR_RESET
};
#endif /* __USB_BOOT_H__ */