]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/config.h
ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1
[u-boot] / arch / arm / include / asm / config.h
index d3433dafd9f900e45dcf9445cf86f2de35749289..be80434dee4d0dc9824f6f74e198a51be40f938b 100644 (file)
@@ -7,7 +7,9 @@
 #ifndef _ASM_CONFIG_H_
 #define _ASM_CONFIG_H_
 
+#ifdef __aarch64__
 #define CONFIG_SYS_GENERIC_GLOBAL_DATA
+#endif
 
 #define CONFIG_LMB
 #define CONFIG_SYS_BOOT_RAMDISK_HIGH
@@ -21,4 +23,8 @@
 #include <asm/arch-fsl-lsch3/config.h>
 #endif
 
+#ifdef CONFIG_LS102XA
+#include <asm/arch/config.h>
+#endif
+
 #endif