summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include/asm/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/include/asm/elf.h')
-rw-r--r--arch/sandbox/include/asm/elf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sandbox/include/asm/elf.h b/arch/sandbox/include/asm/elf.h
index 3939336ccb..e71a60aeb9 100644
--- a/arch/sandbox/include/asm/elf.h
+++ b/arch/sandbox/include/asm/elf.h
@@ -3,7 +3,6 @@
#if __SIZEOF_POINTER__ == 8
#define ELF_CLASS ELFCLASS64
-#define CONFIG_PHYS_ADDR_T_64BIT
#else
#define ELF_CLASS ELFCLASS32
#endif