Blackfin: increase default console size
[oweals/u-boot.git] / include / e500.h
index 9d3c8417c01ae31df7b7479226b44741f9f9e535..f8c82661a2d18af069c2ee9aa75f139b45f5a082 100644 (file)
 
 typedef struct
 {
-  unsigned long freqProcessor;
+  unsigned long freqProcessor[CONFIG_MAX_CPUS];
   unsigned long freqSystemBus;
   unsigned long freqDDRBus;
   unsigned long freqLocalBus;
+  unsigned long freqQE;
 } MPC85xx_SYS_INFO;
 
 #endif  /* _ASMLANGUAGE */