Skip to content

Commit

Permalink
Blackfin arch: fix bug - kernel detects BF532 incorrectly
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robin Getz authored and Bryan Wu committed Jan 7, 2009
1 parent 8f9f0e2 commit 6ea28f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf533/include/mach/bf533.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
#endif
#ifdef CONFIG_BF532
#define CPU "BF532"
#define CPUID 0x275A
#define CPUID 0x27a5
#endif
#ifdef CONFIG_BF531
#define CPU "BF531"
Expand Down

0 comments on commit 6ea28f0

Please sign in to comment.