aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>2010-08-04 14:42:34 +0200
committerGreg Ungerer <gerg@uclinux.org>2010-10-21 10:17:29 +1000
commit4a33fbcb3cdb0172e6e355a4ced3ca4d16622ffd (patch)
treea2f6cef785587aaac973cf05d7f60d2ca5300a0c
parentarch/m68knommu: Removing dead M68KFPU_EMU config option (diff)
downloadlinux-dev-4a33fbcb3cdb0172e6e355a4ced3ca4d16622ffd.tar.xz
linux-dev-4a33fbcb3cdb0172e6e355a4ced3ca4d16622ffd.zip
arch/m68knommu: Removing dead RAM_{16,32}_MB config option
CONFIG_RAM_{16,32}_MB doesn't exist in Kconfig, therefore removing all references to it from the source. Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
-rw-r--r--arch/m68knommu/platform/68328/head-de2.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68knommu/platform/68328/head-de2.S b/arch/m68knommu/platform/68328/head-de2.S
index 92d96456d363..f632fdcb93e9 100644
--- a/arch/m68knommu/platform/68328/head-de2.S
+++ b/arch/m68knommu/platform/68328/head-de2.S
@@ -1,11 +1,5 @@
-#if defined(CONFIG_RAM32MB)
-#define MEM_END 0x02000000 /* Memory size 32Mb */
-#elif defined(CONFIG_RAM16MB)
-#define MEM_END 0x01000000 /* Memory size 16Mb */
-#else
#define MEM_END 0x00800000 /* Memory size 8Mb */
-#endif
#undef CRT_DEBUG