]> git.sur5r.net Git - u-boot/commit
efi_loader: completely initialize network
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 3 Apr 2018 20:06:52 +0000 (22:06 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 5 Apr 2018 16:09:31 +0000 (18:09 +0200)
commit0c5d2a3dac01a8d436639ab5b7e44f4218d62b84
treec38e7e56c39995fdb32709118874af2aa38bb903
parent99b8db7291ce58c83a4d3ad748c4a59ec7063d65
efi_loader: completely initialize network

Add missing network initialization code.

Before the patch the network was only usable if a network command like
dhcp or tftp had beed executed.

This was visible when interrupting the console countdown and executing
bootefi selftest for vexpress_ca15_tc2_defconfig.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_net.c