Commit 06af15e0 authored by Robin Getz's avatar Robin Getz Committed by Bryan Wu

Blackfin arch: fix bug - BF527 0.2 silicon has different CPUID (DSPID) value

BF523/5/7 == 27e0 (all revs)
BF522/4/6 == 27e4 (all revs)
Signed-off-by: default avatarRobin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 6ecb5b6d
......@@ -110,7 +110,7 @@
#ifdef CONFIG_BF527
#define CPU "BF527"
#define CPUID 0x27e4
#define CPUID 0x27e0
#endif
#ifdef CONFIG_BF526
#define CPU "BF526"
......@@ -118,7 +118,7 @@
#endif
#ifdef CONFIG_BF525
#define CPU "BF525"
#define CPUID 0x27e4
#define CPUID 0x27e0
#endif
#ifdef CONFIG_BF524
#define CPU "BF524"
......@@ -126,7 +126,7 @@
#endif
#ifdef CONFIG_BF523
#define CPU "BF523"
#define CPUID 0x27e4
#define CPUID 0x27e0
#endif
#ifdef CONFIG_BF522
#define CPU "BF522"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment