diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-06-16 20:30:54 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 18:31:23 (GMT) |
commit | 3bd4c902da14030c9a780cd0c4be2ffe9aee2974 (patch) | |
tree | 3ebf15e8aaa4029119028d32721fd7ccbe59bccf /include/asm-mips/dec/kn02.h | |
parent | 902d21d5313ba08cccadc9fceee2df3cf34e84eb (diff) | |
download | linux-fsl-qoriq-3bd4c902da14030c9a780cd0c4be2ffe9aee2974.tar.xz |
Deal with the bloody KSEG vs CKSEG horror...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/dec/kn02.h')
-rw-r--r-- | include/asm-mips/dec/kn02.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/dec/kn02.h b/include/asm-mips/dec/kn02.h index f797f70..2c935f9 100644 --- a/include/asm-mips/dec/kn02.h +++ b/include/asm-mips/dec/kn02.h @@ -22,7 +22,7 @@ #include <asm/dec/ecc.h> -#define KN02_SLOT_BASE KSEG1ADDR(0x1fc00000) +#define KN02_SLOT_BASE CKSEG1ADDR(0x1fc00000) #define KN02_SLOT_SIZE 0x00080000 /* |