]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/config.h
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
[u-boot] / arch / arm / include / asm / config.h
index 99b703e1e4c719fab8acfb0f866718a1856d06a1..435fc4521c2e1198ba49f13d8c5cc743236e0a2b 100644 (file)
@@ -9,4 +9,18 @@
 
 #define CONFIG_LMB
 #define CONFIG_SYS_BOOT_RAMDISK_HIGH
+
+#ifdef CONFIG_ARM64
+#define CONFIG_PHYS_64BIT
+#define CONFIG_STATIC_RELA
+#endif
+
+#if defined(CONFIG_LS102XA) || \
+       defined(CONFIG_CPU_PXA27X) || \
+       defined(CONFIG_CPU_MONAHANS) || \
+       defined(CONFIG_CPU_PXA25X) || \
+       defined(CONFIG_FSL_LAYERSCAPE)
+#include <asm/arch/config.h>
+#endif
+
 #endif