Title: [5943] trunk/arch/blackfin/mach-bf527/include/mach/bf527.h: Fix [#4576] - initial confusion between BF526/BF527 CPUIDs
Revision
5943
Author
rgetz
Date
2009-01-05 11:47:45 -0600 (Mon, 05 Jan 2009)

Log Message

Fix [#4576] - initial confusion between BF526/BF527 CPUIDs

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-bf527/include/mach/bf527.h (5942 => 5943)


--- trunk/arch/blackfin/mach-bf527/include/mach/bf527.h	2009-01-05 03:06:35 UTC (rev 5942)
+++ trunk/arch/blackfin/mach-bf527/include/mach/bf527.h	2009-01-05 17:47:45 UTC (rev 5943)
@@ -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"
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to