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>
This commit is contained in:
Christian Dietrich 2010-08-04 14:42:34 +02:00 committed by Greg Ungerer
parent a37f6aeeea
commit 4a33fbcb3c
1 changed files with 0 additions and 6 deletions

View File

@ -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