Commit 6ea28f0b authored by Robin Getz's avatar Robin Getz Committed by Bryan Wu

Blackfin arch: fix bug - kernel detects BF532 incorrectly

fix this typo in this patch
Reported-by: default avatarBen Matthews <mben12@gmail.com>
Signed-off-by: default avatarRobin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 8f9f0e2f
......@@ -145,7 +145,7 @@
#endif
#ifdef CONFIG_BF532
#define CPU "BF532"
#define CPUID 0x275A
#define CPUID 0x27a5
#endif
#ifdef CONFIG_BF531
#define CPU "BF531"
......
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