]> Git Repo - u-boot.git/blobdiff - include/mpc86xx.h
board: Add new Broadcom Northstar board
[u-boot.git] / include / mpc86xx.h
index 9fe47480325354270ec9b5cee7194b7d1025464d..ea8d17d557e463996ff13f8640b7e48f056cdf1a 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
This page took 0.03221 seconds and 4 git commands to generate.