Commit d9c45ddf authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] m68knommu: new CPU support strings in setup

Change 5280 and 5282 CPU support to be generic 528x family.
Also add support for the new 527x ColdFire family.
Signed-off-by: default avatarGreg Ungerer <gerg@snapgear.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 519aed3c
/* /*
* linux/arch/m68knommu/kernel/setup.c * linux/arch/m68knommu/kernel/setup.c
* *
* Copyright (C) 1999-2002 Greg Ungerer (gerg@snapgear.com) * Copyright (C) 1999-2004 Greg Ungerer (gerg@snapgear.com)
* Copyright (C) 1998,1999 D. Jeff Dionne <jeff@lineo.ca> * Copyright (C) 1998,1999 D. Jeff Dionne <jeff@lineo.ca>
* Copyleft ()) 2000 James D. Schettine {james@telos-systems.com} * Copyleft ()) 2000 James D. Schettine {james@telos-systems.com}
* Copyright (C) 1998 Kenneth Albanowski <kjahds@kjahds.com> * Copyright (C) 1998 Kenneth Albanowski <kjahds@kjahds.com>
...@@ -106,11 +106,14 @@ void (*mach_power_off)( void ) = NULL; ...@@ -106,11 +106,14 @@ void (*mach_power_off)( void ) = NULL;
#if defined(CONFIG_M5249) #if defined(CONFIG_M5249)
#define CPU "COLDFIRE(m5249)" #define CPU "COLDFIRE(m5249)"
#endif #endif
#if defined(CONFIG_M527x)
#define CPU "COLDFIRE(m5270/5271/5274/5275)"
#endif
#if defined(CONFIG_M5272) #if defined(CONFIG_M5272)
#define CPU "COLDFIRE(m5272)" #define CPU "COLDFIRE(m5272)"
#endif #endif
#if defined(CONFIG_M5282) #if defined(CONFIG_M528x)
#define CPU "COLDFIRE(m5282)" #define CPU "COLDFIRE(m5280/5282)"
#endif #endif
#if defined(CONFIG_M5307) #if defined(CONFIG_M5307)
#define CPU "COLDFIRE(m5307)" #define CPU "COLDFIRE(m5307)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment