efi_loader: simplify detaching
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 5 Jul 2019 16:12:21 +0000 (18:12 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 6 Jul 2019 19:25:32 +0000 (21:25 +0200)
commitb23ffcbe02dc7182d910ab081bd6d33a5b540777
treea46ce35d3966faac067a9c2ce1830712c8e69028
parent953661a9124ec38a51963608773e2f1a0c041a1a
efi_loader: simplify detaching

We do not need any array typed detach list. Let's simply update the
pointers directly.

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