Title: [7824] trunk/arch/blackfin/mach-bf548/include/mach/bf548.h: Blackfin: dont need to select CONFIG_BF54x values anymore as this is in Kconfig
Revision
7824
Author
vapier
Date
2009-11-16 18:50:54 -0500 (Mon, 16 Nov 2009)

Log Message

Blackfin: dont need to select CONFIG_BF54x values anymore as this is in Kconfig

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-bf548/include/mach/bf548.h (7823 => 7824)


--- trunk/arch/blackfin/mach-bf548/include/mach/bf548.h	2009-11-16 23:49:41 UTC (rev 7823)
+++ trunk/arch/blackfin/mach-bf548/include/mach/bf548.h	2009-11-16 23:50:54 UTC (rev 7824)
@@ -81,18 +81,6 @@
 
 #define AMGCTLVAL	(V_AMBEN | V_AMCKEN)
 
-#if defined(CONFIG_BF542M)
-# define CONFIG_BF542
-#elif defined(CONFIG_BF544M)
-# define CONFIG_BF544
-#elif defined(CONFIG_BF547M)
-# define CONFIG_BF547
-#elif defined(CONFIG_BF548M)
-# define CONFIG_BF548
-#elif defined(CONFIG_BF549M)
-# define CONFIG_BF549
-#endif
-
 #if defined(CONFIG_BF542)
 # define CPU   "BF542"
 # define CPUID 0x27de
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to