aboutsummaryrefslogtreecommitdiff
path: root/include/pe.h
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-11 06:07:40 +0200
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-16 22:17:14 +0000
commit38671d4f1cd44c22e5485606034ed5f3be9f1211 (patch)
treef04bd7dff3ac0265eb46031a3b382b60f108f6ab /include/pe.h
parent9c94e0a64490b90d48995a8230499167c0bdca68 (diff)
downloadu-boot-38671d4f1cd44c22e5485606034ed5f3be9f1211.zip
u-boot-38671d4f1cd44c22e5485606034ed5f3be9f1211.tar.gz
u-boot-38671d4f1cd44c22e5485606034ed5f3be9f1211.tar.bz2
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>
Diffstat (limited to 'include/pe.h')
-rw-r--r--include/pe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pe.h b/include/pe.h
index 36e1908..c7aeb2d 100644
--- a/include/pe.h
+++ b/include/pe.h
@@ -48,7 +48,6 @@ typedef struct _IMAGE_DOS_HEADER {
#define IMAGE_NT_OPTIONAL_HDR32_MAGIC 0x10b
#define IMAGE_NT_OPTIONAL_HDR64_MAGIC 0x20b
-#define IMAGE_SUBSYSTEM_EFI_APPLICATION 10
typedef struct _IMAGE_FILE_HEADER {
uint16_t Machine;