commit | 98f8936c69a190bd7fe1bbf9152c2f0e23b77287 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jun 29 02:00:16 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 06 21:25:32 2019 +0200 |
tree | 57723a578da6a8bc524dc290a780de9834894114 | |
parent | cf3b118c315066aac3421ac10429fd4ad2f10bd0 [diff] |
efi_loader: remove NULL entries from runtime detach list Some entries in the system table are set to NULL in ExitBootServices(). We had them in the runtime detach list to avoid relocation of NULL. Let's instead assign the pointers dynamically in efi_initialize_system_table() to avoid the relocation entry. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>