]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/include/asm/global_data.h
MIPS: Probe cache line sizes once during boot
[u-boot] / arch / mips / include / asm / global_data.h
index a1ca257db593a94f4cc7afedf2eaa1282315ca58..8533b691b656ebd7c39f7804ed9af119572ca1cd 100644 (file)
@@ -15,13 +15,15 @@ struct arch_global_data {
 #ifdef CONFIG_DYNAMIC_IO_PORT_BASE
        unsigned long io_port_base;
 #endif
-#ifdef CONFIG_JZSOC
-       /* There are other clocks in the jz4740 */
-       unsigned long per_clk;  /* Peripheral bus clock */
-       unsigned long dev_clk;  /* Device clock */
-       unsigned long sys_clk;
-       unsigned long tbl;
-       unsigned long lastinc;
+#ifdef CONFIG_ARCH_ATH79
+       unsigned long id;
+       unsigned long soc;
+       unsigned long rev;
+       unsigned long ver;
+#endif
+#ifdef CONFIG_SYS_CACHE_SIZE_AUTO
+       unsigned short l1i_line_size;
+       unsigned short l1d_line_size;
 #endif
 };