diff options
author | Greg Ungerer <gerg@snapgear.com> | 2005-11-06 23:09:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 11:00:45 -0500 |
commit | 54b03d133b63223e3c358f882a935d9a244ed852 (patch) | |
tree | 05f972e52d63cbe081f7cf305ec2424319a459ce /arch/m68knommu/kernel | |
parent | b0020e3f526cdbb2eb9408bc1b12171b3b91625b (diff) |
[PATCH] m68knommu: add ColdFire 5208 setup support
Add setup support for the new Freescale 5208 ColdFire processor.
(Also fixed a little typo in there, "UNKOWN" -> "UNKNOWN").
Patch originally from Matt Waddel (from code originally written by
Mike Lavender).
Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68knommu/kernel')
-rw-r--r-- | arch/m68knommu/kernel/setup.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c index a220345e9746..abb80fa2b940 100644 --- a/arch/m68knommu/kernel/setup.c +++ b/arch/m68knommu/kernel/setup.c | |||
@@ -107,6 +107,9 @@ void (*mach_power_off)( void ) = NULL; | |||
107 | #if defined(CONFIG_M5206e) | 107 | #if defined(CONFIG_M5206e) |
108 | #define CPU "COLDFIRE(m5206e)" | 108 | #define CPU "COLDFIRE(m5206e)" |
109 | #endif | 109 | #endif |
110 | #if defined(CONFIG_M520x) | ||
111 | #define CPU "COLDFIRE(m520x)" | ||
112 | #endif | ||
110 | #if defined(CONFIG_M523x) | 113 | #if defined(CONFIG_M523x) |
111 | #define CPU "COLDFIRE(m523x)" | 114 | #define CPU "COLDFIRE(m523x)" |
112 | #endif | 115 | #endif |
@@ -132,7 +135,7 @@ void (*mach_power_off)( void ) = NULL; | |||
132 | #define CPU "COLDFIRE(m5407)" | 135 | #define CPU "COLDFIRE(m5407)" |
133 | #endif | 136 | #endif |
134 | #ifndef CPU | 137 | #ifndef CPU |
135 | #define CPU "UNKOWN" | 138 | #define CPU "UNKNOWN" |
136 | #endif | 139 | #endif |
137 | 140 | ||
138 | /* (es) */ | 141 | /* (es) */ |