]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/global_data.h
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / arch / arm / include / asm / global_data.h
index 438f128326a67a6c5237df32a0f392efdabee1c7..5fb6506f4ead0b1ac44bb0ec18620419e1813b55 100644 (file)
@@ -25,6 +25,10 @@ struct arch_global_data {
        uint mp_alloc_top;
 #endif /* CONFIG_U_QE */
 
+#ifdef CONFIG_VIDEO_IPUV3
+       unsigned int    ipu_hw_rev;
+#endif
+
 #ifdef CONFIG_AT91FAMILY
        /* "static data" needed by at91's clock.c */
        unsigned long   cpu_clk_rate_hz;