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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sandbox/include/asm/elf.h b/arch/sandbox/include/asm/elf.h
index 3939336ccb..f08d5930c6 100644
--- a/arch/sandbox/include/asm/elf.h
+++ b/arch/sandbox/include/asm/elf.h
@@ -1,9 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef __ASM_SANDBOX_ELF_H__
#define __ASM_SANDBOX_ELF_H__
#if __SIZEOF_POINTER__ == 8
#define ELF_CLASS ELFCLASS64
-#define CONFIG_PHYS_ADDR_T_64BIT
#else
#define ELF_CLASS ELFCLASS32
#endif