浏览代码

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>
Christian Dietrich 15 年之前
父节点
当前提交
4a33fbcb3c
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      arch/m68knommu/platform/68328/head-de2.S

+ 0 - 6
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