arch/m68knommu: Removing dead M68000 config option
authorChristian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Wed, 4 Aug 2010 12:41:59 +0000 (14:41 +0200)
committerGreg Ungerer <gerg@uclinux.org>
Thu, 21 Oct 2010 00:17:28 +0000 (10:17 +1000)
CONFIG_M68000 doesn't exist in Kconfig, therefore removing
all references to it from the source.

Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/kernel/setup.c

index ba92b90..c684adf 100644 (file)
@@ -54,9 +54,6 @@ void (*mach_reset)(void);
 void (*mach_halt)(void);
 void (*mach_power_off)(void);
 
-#ifdef CONFIG_M68000
-       #define CPU "MC68000"
-#endif
 #ifdef CONFIG_M68328
        #define CPU "MC68328"
 #endif