tegra: Move the pwm into tegra-common
[oweals/u-boot.git] / arch / arm / include / asm / config.h
index 5f2a5f4ea9f0905cffb340d75eb9e01aa25d8162..7a34a0186cb1cd255aee62b8d992756536fc3fd9 100644 (file)
@@ -7,10 +7,6 @@
 #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
 
@@ -23,4 +19,8 @@
 #include <asm/arch-fsl-lsch3/config.h>
 #endif
 
+#ifdef CONFIG_LS102XA
+#include <asm/arch/config.h>
+#endif
+
 #endif