diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-11-05 03:01:38 +0100 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2013-04-29 01:17:58 +0200 |
commit | 6eac402783441543ffc582f5e6c942d488d848b0 (patch) | |
tree | 8abb904035e4dc624da23e76dd4007eaa577443d /arch/m68k/include/asm/mcfsim.h | |
parent | m68k: remove unused asm/dbg.h (diff) | |
download | linux-6eac402783441543ffc582f5e6c942d488d848b0.tar.xz linux-6eac402783441543ffc582f5e6c942d488d848b0.zip |
m68knommu: create and use a common M53xx ColdFire class of CPUs
The current CONFIG_M532x support definitions are actually common to a larger
set of version 3 ColdFire CPU types. In the future we want to add support for
the 537x family. It is very similar to the 532x internally, and will be able
to use most of the same definitions.
Create a CONFIG_M53xx option that is enabled to support any of the common
532x and 537x CPU types. Convert the current users of CONFIG_M532x to use
CONFIG_M53xx instead.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include/asm/mcfsim.h')
-rw-r--r-- | arch/m68k/include/asm/mcfsim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/include/asm/mcfsim.h b/arch/m68k/include/asm/mcfsim.h index a04fd9b2714c..bc867de8a1e9 100644 --- a/arch/m68k/include/asm/mcfsim.h +++ b/arch/m68k/include/asm/mcfsim.h @@ -36,8 +36,8 @@ #elif defined(CONFIG_M5307) #include <asm/m5307sim.h> #include <asm/mcfintc.h> -#elif defined(CONFIG_M532x) -#include <asm/m532xsim.h> +#elif defined(CONFIG_M53xx) +#include <asm/m53xxsim.h> #elif defined(CONFIG_M5407) #include <asm/m5407sim.h> #include <asm/mcfintc.h> |