mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
common: dfu: saperate the dfu common functionality
The cmd_dfu functionality is been used by both SPL and u-boot, saperating the core dfu functionality moving it to common/dfu.c. Signed-off-by: Ravi Babu <ravibabu@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@ -43,5 +43,6 @@ void g_dnl_set_serialnumber(char *);
|
||||
bool g_dnl_detach(void);
|
||||
void g_dnl_trigger_detach(void);
|
||||
void g_dnl_clear_detach(void);
|
||||
int run_usb_dnl_gadget(int usbctrl_index, char *usb_dnl_gadget);
|
||||
|
||||
#endif /* __G_DOWNLOAD_H_ */
|
||||
|
Reference in New Issue
Block a user