X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmpc86xx.h;h=a6fdea352fd0c4a052c081ef9cf9b625907a8cb5;hb=5df70e91c72dab45b7d81e4568b12e5a5b5f90ec;hp=9fd349af986b2634e93eedb7c1fcc9df01e6120e;hpb=02032e8f14751a1a751b09240a4f1cf9f8a2077f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/mpc86xx.h b/include/mpc86xx.h index 9fd349a..a6fdea3 100644 --- a/include/mpc86xx.h +++ b/include/mpc86xx.h @@ -7,6 +7,8 @@ #ifndef __MPC86xx_H__ #define __MPC86xx_H__ +#include + #define EXC_OFF_SYS_RESET 0x0100 /* System reset offset */ #define _START_OFFSET EXC_OFF_SYS_RESET @@ -14,9 +16,9 @@ * platform register addresses */ -#define GUTS_SVR (CFG_CCSRBAR + 0xE00A4) -#define MCM_ABCR (CFG_CCSRBAR + 0x01000) -#define MCM_DBCR (CFG_CCSRBAR + 0x01008) +#define GUTS_SVR (CONFIG_SYS_CCSRBAR + 0xE00A4) +#define MCM_ABCR (CONFIG_SYS_CCSRBAR + 0x01000) +#define MCM_DBCR (CONFIG_SYS_CCSRBAR + 0x01008) /* * l2cr values. Look in config_.h for the actual setup @@ -82,6 +84,7 @@ typedef struct { unsigned long freqProcessor; unsigned long freqSystemBus; + unsigned long freqLocalBus; } MPC86xx_SYS_INFO; #define l1icache_enable icache_enable