mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
Blackfin arch: fix bug - kernel detects BF532 incorrectly
fix this typo in this patch Reported-by: Ben Matthews <mben12@gmail.com> Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
parent
8f9f0e2f5c
commit
6ea28f0ba2
|
|
@ -145,7 +145,7 @@
|
|||
#endif
|
||||
#ifdef CONFIG_BF532
|
||||
#define CPU "BF532"
|
||||
#define CPUID 0x275A
|
||||
#define CPUID 0x27a5
|
||||
#endif
|
||||
#ifdef CONFIG_BF531
|
||||
#define CPU "BF531"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user