commit | 41b0587981c44552c53bafa8ac9121ee3a4b2ee0 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Dec 01 00:16:33 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Sun Dec 02 21:59:37 2018 +0100 |
tree | 36444a57794a65f1b9a45af5e97f51d2a52ba539 | |
parent | 622fe621a2e7f431f7dc5dcdfd30d56af00de0ae [diff] |
efi_loader: fix simple network protocol We should not call eth_rx() before the network interface is initialized. The services of the simple network protocol should check the state of the network adapter. Add and correct comments. Without this patch i.mx6 system Wandboard Quad rev B1 fails to execute bootefi selftest. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>