summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/config.h
diff options
context:
space:
mode:
authorDavid Feng <fenghua@phytium.com.cn>2013-12-14 03:47:35 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-01-09 15:08:44 (GMT)
commit0ae7653128c80a4f2920cbe9b124792c2fd9d9e0 (patch)
tree14fea7a80e4ea84c7b6a3bc32298daeec55054c7 /arch/arm/include/asm/config.h
parent54799e4596bf8af33fd4a8dee153be7011c06d8d (diff)
downloadu-boot-0ae7653128c80a4f2920cbe9b124792c2fd9d9e0.tar.xz
arm64: core support
Relocation code based on a patch by Scott Wood, which is: Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: David Feng <fenghua@phytium.com.cn>
Diffstat (limited to 'arch/arm/include/asm/config.h')
-rw-r--r--arch/arm/include/asm/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/include/asm/config.h b/arch/arm/include/asm/config.h
index 99b703e..abf79e5 100644
--- a/arch/arm/include/asm/config.h
+++ b/arch/arm/include/asm/config.h
@@ -9,4 +9,10 @@
#define CONFIG_LMB
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
+
+#ifdef CONFIG_ARM64
+#define CONFIG_PHYS_64BIT
+#define CONFIG_STATIC_RELA
+#endif
+
#endif