ppc: Remove MPC8555CDS boards
[u-boot.git] / arch / powerpc / include / asm / cpm_85xx.h
index e6f1fab5fb957b17ccd68f9977f7a44290db08b7..d42469c6e05698353194b2f2f4a9989d10a4f172 100644 (file)
  */
 #define CPM_DATAONLY_BASE      ((uint)128)
 #define CPM_DP_NOSPACE         ((uint)0x7FFFFFFF)
-#if defined(CONFIG_ARCH_MPC8555)
-#define CPM_FCC_SPECIAL_BASE   ((uint)0x00009000)
-#define CPM_DATAONLY_SIZE      ((uint)(8 * 1024) - CPM_DATAONLY_BASE)
-#else  /* MPC8540, MPC8560 */
 #define CPM_FCC_SPECIAL_BASE   ((uint)0x0000B000)
 #define CPM_DATAONLY_SIZE      ((uint)(16 * 1024) - CPM_DATAONLY_BASE)
-#endif
 
 /* The number of pages of host memory we allocate for CPM.  This is
  * done early in kernel initialization to get physically contiguous
This page took 0.022088 seconds and 4 git commands to generate.