On 11/25/24 01:58, Adriano Cordova wrote: > This was marked as TODO in the code: > - Enable use of wget_with_dns even if CMD_DNS is disabled if > the given uri has the ip address for the http server. > - Move the check for CMD_DNS inside wget_with_dns. > - Rename wget_with_dns to wget_do_request > > Signed-off-by: Adriano Cordova <adria...@gmail.com> > --- > > (no changes since v3) > > v3: > Removed console output inside efi routine. > > (no changes since v2) > > include/net-common.h | 7 +++++-- > lib/efi_loader/efi_bootmgr.c | 2 +- > net/lwip/wget.c | 4 ++-- > net/net-common.c | 2 +- > net/wget.c | 34 ++++++++++++++++++++-------------- > 5 files changed, 29 insertions(+), 20 deletions(-)
Reviewed-by: Jerome Forissier <jerome.foriss...@linaro.org>