Searched refs:update_tftp (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/cmd/ |
D | fitupd.c | 25 return update_tftp(addr, NULL, NULL); in do_fitupd()
|
D | dfu.c | 40 return update_tftp(addr, interface, devstring); in do_dfu()
|
/external/u-boot/common/ |
D | main.c | 56 update_tftp(0UL, NULL, NULL); in main_loop()
|
D | update.c | 231 int update_tftp(ulong addr, char *interface, char *devstring) in update_tftp() function
|
/external/u-boot/doc/ |
D | README.dfutftp | 58 as opposed to legacy update_tftp() function invocation. 80 2. Setup update_tftp variables:
|
/external/u-boot/include/ |
D | net.h | 856 int update_tftp(ulong addr, char *interface, char *devstring);
|