diff options
Diffstat (limited to 'arch/m68k/include/asm/m54xxacr.h')
-rw-r--r-- | arch/m68k/include/asm/m54xxacr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/m54xxacr.h b/arch/m68k/include/asm/m54xxacr.h index 7d28da4d622a..76d64906aa62 100644 --- a/arch/m68k/include/asm/m54xxacr.h +++ b/arch/m68k/include/asm/m54xxacr.h | |||
@@ -45,7 +45,7 @@ | |||
45 | #define ICACHE_SIZE 0x4000 /* instruction - 16k */ | 45 | #define ICACHE_SIZE 0x4000 /* instruction - 16k */ |
46 | #define DCACHE_SIZE 0x2000 /* data - 8k */ | 46 | #define DCACHE_SIZE 0x2000 /* data - 8k */ |
47 | 47 | ||
48 | #elif defined(CONFIG_M548x) | 48 | #elif defined(CONFIG_M54xx) |
49 | 49 | ||
50 | #define ICACHE_SIZE 0x8000 /* instruction - 32k */ | 50 | #define ICACHE_SIZE 0x8000 /* instruction - 32k */ |
51 | #define DCACHE_SIZE 0x8000 /* data - 32k */ | 51 | #define DCACHE_SIZE 0x8000 /* data - 32k */ |