Skip to content

Commit

Permalink
arch/m68knommu: Removing dead M68000 config option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christian Dietrich authored and Greg Ungerer committed Oct 21, 2010
1 parent f6f94e2 commit cb8a556
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/m68knommu/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb8a556

Please sign in to comment.