diff options
Diffstat (limited to 'arch/powerpc/platforms/8xx/mpc86xads.h')
-rw-r--r-- | arch/powerpc/platforms/8xx/mpc86xads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/8xx/mpc86xads.h b/arch/powerpc/platforms/8xx/mpc86xads.h index b5d19dd0619c..59bad2f9ae51 100644 --- a/arch/powerpc/platforms/8xx/mpc86xads.h +++ b/arch/powerpc/platforms/8xx/mpc86xads.h | |||
@@ -37,7 +37,7 @@ | |||
37 | #define CPM_MAP_ADDR (get_immrbase() + MPC8xx_CPM_OFFSET) | 37 | #define CPM_MAP_ADDR (get_immrbase() + MPC8xx_CPM_OFFSET) |
38 | #define CPM_IRQ_OFFSET 16 // for compability with cpm_uart driver | 38 | #define CPM_IRQ_OFFSET 16 // for compability with cpm_uart driver |
39 | 39 | ||
40 | #define PCMCIA_MEM_ADDR (uint)0xff020000) | 40 | #define PCMCIA_MEM_ADDR ((uint)0xff020000) |
41 | #define PCMCIA_MEM_SIZE ((uint)(64 * 1024)) | 41 | #define PCMCIA_MEM_SIZE ((uint)(64 * 1024)) |
42 | 42 | ||
43 | /* Bits of interest in the BCSRs. | 43 | /* Bits of interest in the BCSRs. |