diff options
Diffstat (limited to 'arch/m68k/include/asm/m54xxacr.h')
| -rw-r--r-- | arch/m68k/include/asm/m54xxacr.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/arch/m68k/include/asm/m54xxacr.h b/arch/m68k/include/asm/m54xxacr.h index 47906aafbf67..192bbfeabf70 100644 --- a/arch/m68k/include/asm/m54xxacr.h +++ b/arch/m68k/include/asm/m54xxacr.h @@ -55,6 +55,10 @@  #define ICACHE_SIZE 0x8000	/* instruction - 32k */  #define DCACHE_SIZE 0x8000	/* data - 32k */ +#elif defined(CONFIG_M5441x) + +#define ICACHE_SIZE 0x2000	/* instruction - 8k */ +#define DCACHE_SIZE 0x2000	/* data - 8k */  #endif  #define CACHE_LINE_SIZE 0x0010	/* 16 bytes */ | 
