Searched refs:update_tftp (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fitupd.c | 26 return update_tftp(addr, NULL, NULL); in do_fitupd()
|
| H A D | dfu.c | 39 return update_tftp(addr, interface, devstring); in do_dfu()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | main.c | 61 update_tftp(0UL, NULL, NULL); in main_loop()
|
| H A D | update.c | 231 int update_tftp(ulong addr, char *interface, char *devstring) in update_tftp() function
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.dfutftp | 60 as opposed to legacy update_tftp() function invocation. 82 2. Setup update_tftp variables:
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 860 int update_tftp(ulong addr, char *interface, char *devstring);
|