Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a33fbcb authored by Christian Dietrich's avatar Christian Dietrich Committed by Greg Ungerer
Browse files

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: default avatarChristian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent a37f6aee
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line

#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