]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/global_data.h
Merge git://git.denx.de/u-boot-arc
[u-boot] / arch / arm / include / asm / global_data.h
index 438f128326a67a6c5237df32a0f392efdabee1c7..bb24f33d0d8816c089ba344d332ae40ed8c7002b 100644 (file)
@@ -48,6 +48,9 @@ struct arch_global_data {
 #ifdef CONFIG_OMAP
        struct omap_boot_parameters omap_boot_params;
 #endif
+#ifdef CONFIG_FSL_LSCH3
+       unsigned long mem2_clk;
+#endif
 };
 
 #include <asm-generic/global_data.h>