efi_loader: change setup sequence
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 19 Mar 2020 18:21:58 +0000 (18:21 +0000)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 4 May 2020 10:26:12 +0000 (12:26 +0200)
commit16ad946f41d3dc3e475d8313f4acbba0df527a2a
treeadc99946b54f3763cc4e433570f634ed2e23cfe0
parent5827c2545849441dd60467565aac11964259972f
efi_loader: change setup sequence

If we want to restore variables from disk, we need to initialize block
devices before variables.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_setup.c