efi_loader: Use common elf.h reloc defines
authorAlexander Graf <agraf@suse.de>
Mon, 18 Jun 2018 15:23:11 +0000 (17:23 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 25 Jul 2018 12:57:43 +0000 (14:57 +0200)
commitb34662d03bb9e695d12bf995df4bec8998f91609
treecd15ef87af3c89fc270df349596d80f793c5b18f
parentdae73c4cdc862017a10d09588571e7f98de0cdd4
efi_loader: Use common elf.h reloc defines

Now that elf.h contains relocation defines for all architectures
we care about, let's just include it unconditionally and refer to
the defines.

Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_runtime.c