]> git.sur5r.net Git - u-boot/blobdiff - include/e500.h
Blackfin: bf537-minotaur: new board port
[u-boot] / 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 */