arm: mx6: ddr: add pd_fast_exit flag to system information
[oweals/u-boot.git] / arch / arm / include / asm / config.h
index 99b703e1e4c719fab8acfb0f866718a1856d06a1..7a34a0186cb1cd255aee62b8d992756536fc3fd9 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
+
+#ifdef CONFIG_FSL_LSCH3
+#include <asm/arch-fsl-lsch3/config.h>
+#endif
+
+#ifdef CONFIG_LS102XA
+#include <asm/arch/config.h>
+#endif
+
 #endif