commit | 8e4f8951ea3aa963625b359018a3ab248cccd106 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jul 11 06:07:40 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jul 16 22:17:14 2019 +0000 |
tree | f04bd7dff3ac0265eb46031a3b382b60f108f6ab | |
parent | 329957f246127ef0b12296cef6c3501fd9ab2739 [diff] |
efi_loader: duplicate IMAGE_SUBSYSTEM_EFI_APPLICATION IMAGE_SUBSYSTEM_EFI_APPLICATION is already defined in include/asm-generic/pe.h which is included in include/pe.h. We should not define it twice. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>