diff options
Diffstat (limited to 'arch/blackfin/mach-bf561/include/mach')
-rw-r--r-- | arch/blackfin/mach-bf561/include/mach/bf561.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf561/include/mach/bf561.h b/arch/blackfin/mach-bf561/include/mach/bf561.h index 7787caad3555..18b1b3a223ab 100644 --- a/arch/blackfin/mach-bf561/include/mach/bf561.h +++ b/arch/blackfin/mach-bf561/include/mach/bf561.h | |||
@@ -211,11 +211,11 @@ | |||
211 | 211 | ||
212 | #ifdef CONFIG_BF561 | 212 | #ifdef CONFIG_BF561 |
213 | #define CPU "BF561" | 213 | #define CPU "BF561" |
214 | #define CPUID 0x027bb000 | 214 | #define CPUID 0x27bb |
215 | #endif | 215 | #endif |
216 | |||
216 | #ifndef CPU | 217 | #ifndef CPU |
217 | #define CPU "UNKNOWN" | 218 | #error Unknown CPU type - This kernel doesn't seem to be configured properly |
218 | #define CPUID 0x0 | ||
219 | #endif | 219 | #endif |
220 | 220 | ||
221 | #endif /* __MACH_BF561_H__ */ | 221 | #endif /* __MACH_BF561_H__ */ |