diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-06-06 13:33:11 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-07-25 11:20:41 +1000 |
commit | f4a5437333e405e967be660430e58fc2355c62c8 (patch) | |
tree | db21f0961dc64ccbb91525b9f507a97b977d9ab9 /arch/m68k/Makefile_no | |
parent | 171d809df1896c1022f9778cd2788be6c255a7dc (diff) | |
download | op-kernel-dev-f4a5437333e405e967be660430e58fc2355c62c8.zip op-kernel-dev-f4a5437333e405e967be660430e58fc2355c62c8.tar.gz |
m68knommu: merge ColdFire 5206 and 5206e platform code
The ColdFire 5206 and 5206e CPU families are almost identical, we can
easily merge the platform support code for them. All the differences
are dealt with in the current include/asm/5206sim.h.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Makefile_no')
-rw-r--r-- | arch/m68k/Makefile_no | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/Makefile_no b/arch/m68k/Makefile_no index 81652ab..844d3f1 100644 --- a/arch/m68k/Makefile_no +++ b/arch/m68k/Makefile_no @@ -13,7 +13,7 @@ platform-$(CONFIG_M68EZ328) := 68EZ328 platform-$(CONFIG_M68VZ328) := 68VZ328 platform-$(CONFIG_M68360) := 68360 platform-$(CONFIG_M5206) := 5206 -platform-$(CONFIG_M5206e) := 5206e +platform-$(CONFIG_M5206e) := 5206 platform-$(CONFIG_M520x) := 520x platform-$(CONFIG_M523x) := 523x platform-$(CONFIG_M5249) := 5249 |