]> Git Repo - u-boot.git/blobdiff - include/e500.h
Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
[u-boot.git] / include / e500.h
index 1971eee291af8fa3dbcb53a749581f942020e6d6..84b580de1f4cc09feb5cd8aef7592e2f3deca23e 100644 (file)
@@ -8,11 +8,17 @@
 
 #ifndef __ASSEMBLY__
 
+#ifndef CONFIG_NUM_CPUS
+#define CONFIG_NUM_CPUS 1
+#endif
+
 typedef struct
 {
-  unsigned long freqProcessor;
+  unsigned long freqProcessor[CONFIG_NUM_CPUS];
   unsigned long freqSystemBus;
   unsigned long freqDDRBus;
+  unsigned long freqLocalBus;
+  unsigned long freqQE;
 } MPC85xx_SYS_INFO;
 
 #endif  /* _ASMLANGUAGE */
This page took 0.028678 seconds and 4 git commands to generate.