aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf527
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-bf527')
-rw-r--r--arch/blackfin/mach-bf527/include/mach/bf527.h19
1 files changed, 17 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf527/include/mach/bf527.h b/arch/blackfin/mach-bf527/include/mach/bf527.h
index 330041fde546..144f08d3f8ea 100644
--- a/arch/blackfin/mach-bf527/include/mach/bf527.h
+++ b/arch/blackfin/mach-bf527/include/mach/bf527.h
@@ -110,16 +110,31 @@
110 110
111#ifdef CONFIG_BF527 111#ifdef CONFIG_BF527
112#define CPU "BF527" 112#define CPU "BF527"
113#define CPUID 0x27e4
114#endif
115#ifdef CONFIG_BF526
116#define CPU "BF526"
117#define CPUID 0x27e4
113#endif 118#endif
114#ifdef CONFIG_BF525 119#ifdef CONFIG_BF525
115#define CPU "BF525" 120#define CPU "BF525"
121#define CPUID 0x27e4
122#endif
123#ifdef CONFIG_BF524
124#define CPU "BF524"
125#define CPUID 0x27e4
126#endif
127#ifdef CONFIG_BF523
128#define CPU "BF523"
129#define CPUID 0x27e4
116#endif 130#endif
117#ifdef CONFIG_BF522 131#ifdef CONFIG_BF522
118#define CPU "BF522" 132#define CPU "BF522"
133#define CPUID 0x27e4
119#endif 134#endif
135
120#ifndef CPU 136#ifndef CPU
121#define CPU "UNKNOWN" 137#error Unknown CPU type - This kernel doesn't seem to be configured properly
122#define CPUID 0x0
123#endif 138#endif
124 139
125#endif /* __MACH_BF527_H__ */ 140#endif /* __MACH_BF527_H__ */