[U-Boot] [PATCH v4 2/9] net: Add prototype for update_tftp

2013-05-15 Thread Simon Glass
This function should be declared in net.h. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Removed autoconf() code for now Changes in v3: None common/cmd_fitupd.c | 3 +-- common/main.c | 4 include/net.h | 3 +++ 3 files changed, 4 insertions(+), 6

Re: [U-Boot] [PATCH v4 2/9] net: Add prototype for update_tftp

2013-05-15 Thread Joe Hershberger
On Wed, May 15, 2013 at 11:23 AM, Simon Glass s...@chromium.org wrote: This function should be declared in net.h. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Removed autoconf() code for now Changes in v3: None common/cmd_fitupd.c | 3 +-- common/main.c | 4