]> Git Repo - u-boot.git/commit
net: wget: integrate struct wget_info into legacy wget code
authorAdriano Cordova <[email protected]>
Mon, 11 Nov 2024 21:08:58 +0000 (18:08 -0300)
committerHeinrich Schuchardt <[email protected]>
Sat, 16 Nov 2024 20:35:05 +0000 (21:35 +0100)
commit2dd076a9c1b4137f0a48e84596fa29da2e957858
tree5cc389e2a77221ef4157c27c713f6d03cbcfa8df
parent1de93fda99f800aa1919268035fa2dd0e5109610
net: wget: integrate struct wget_info into legacy wget code

Each wget request now fills the struct wget_info. The efi
bootdevice is now set conditionally to the set_bootdevice
variable in wget_info, and the same holds for lmb memory check.

Signed-off-by: Adriano Cordova <[email protected]>
cmd/net.c
net/wget.c
This page took 0.032548 seconds and 4 git commands to generate.