global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[platform/kernel/u-boot.git] / include / mpc86xx.h
index 31e83f2..ea8d17d 100644 (file)
@@ -16,9 +16,9 @@
  * platform register addresses
  */
 
-#define GUTS_SVR       (CONFIG_SYS_CCSRBAR + 0xE00A4)
-#define MCM_ABCR       (CONFIG_SYS_CCSRBAR + 0x01000)
-#define MCM_DBCR       (CONFIG_SYS_CCSRBAR + 0x01008)
+#define GUTS_SVR       (CFG_SYS_CCSRBAR + 0xE00A4)
+#define MCM_ABCR       (CFG_SYS_CCSRBAR + 0x01000)
+#define MCM_DBCR       (CFG_SYS_CCSRBAR + 0x01008)
 
 /*
  * l2cr values.  Look in config_<BOARD>.h for the actual setup
@@ -41,9 +41,9 @@
 #ifndef __ASSEMBLY__
 
 typedef struct {
-       unsigned long freqProcessor;
-       unsigned long freqSystemBus;
-       unsigned long freqLocalBus;
+       unsigned long freq_processor;
+       unsigned long freq_systembus;
+       unsigned long freq_localbus;
 } MPC86xx_SYS_INFO;
 
 #define l1icache_enable        icache_enable