Merge git://www.denx.de/git/u-boot-ppc4xx
[oweals/u-boot.git] / arch / arm / include / asm / config.h
index abf79e5c9ed230c6cb64bfb3d7a8e705253ad115..d3433dafd9f900e45dcf9445cf86f2de35749289 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef _ASM_CONFIG_H_
 #define _ASM_CONFIG_H_
 
+#define CONFIG_SYS_GENERIC_GLOBAL_DATA
+
 #define CONFIG_LMB
 #define CONFIG_SYS_BOOT_RAMDISK_HIGH
 
@@ -15,4 +17,8 @@
 #define CONFIG_STATIC_RELA
 #endif
 
+#ifdef CONFIG_FSL_LSCH3
+#include <asm/arch-fsl-lsch3/config.h>
+#endif
+
 #endif