mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-21 22:21:36 +00:00
net: Add prototype for update_tftp
This function should be declared in net.h. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
6236fd75af
commit
ea5427e260
3 changed files with 4 additions and 6 deletions
|
@ -57,10 +57,6 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
void inline __show_boot_progress (int val) {}
|
||||
void show_boot_progress (int val) __attribute__((weak, alias("__show_boot_progress")));
|
||||
|
||||
#if defined(CONFIG_UPDATE_TFTP)
|
||||
int update_tftp (ulong addr);
|
||||
#endif /* CONFIG_UPDATE_TFTP */
|
||||
|
||||
#define MAX_DELAY_STOP_STR 32
|
||||
|
||||
#undef DEBUG_PARSER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue