diff options
author | Greg Ungerer <gerg@uclinux.org> | 2010-11-02 08:13:27 +0100 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-01-05 06:19:17 +0100 |
commit | 7fc82b655a169039d8a58fde609b5e778573d5ab (patch) | |
tree | 2058767159344ab4e2653cf28ef0a76eba1575e4 /arch/m68k/include/asm/m523xsim.h | |
parent | m68knommu: add support for the ColdFire 547x family of processors (diff) | |
download | linux-7fc82b655a169039d8a58fde609b5e778573d5ab.tar.xz linux-7fc82b655a169039d8a58fde609b5e778573d5ab.zip |
m68knommu: move ColdFire CPU names into their headers
Move the ColdFire CPU names out of setup.c and into their repsective
headers. That way when we add new ones we won't need to modify
setup.c any more.
Add the missing 548x CPU name.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include/asm/m523xsim.h')
-rw-r--r-- | arch/m68k/include/asm/m523xsim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m523xsim.h b/arch/m68k/include/asm/m523xsim.h index e8d06b24a48e..6a2c90d74d15 100644 --- a/arch/m68k/include/asm/m523xsim.h +++ b/arch/m68k/include/asm/m523xsim.h @@ -11,6 +11,7 @@ #define m523xsim_h /****************************************************************************/ +#define CPU_NAME "COLDFIRE(m523x)" /* * Define the 523x SIM register set addresses. |