From: Christian Dietrich Date: Wed, 4 Aug 2010 12:42:34 +0000 (+0200) Subject: arch/m68knommu: Removing dead RAM_{16,32}_MB config option X-Git-Tag: v3.0~3043^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a33fbcb3cdb0172e6e355a4ced3ca4d16622ffd;p=platform%2Fkernel%2Flinux-amlogic.git 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 Signed-off-by: Greg Ungerer --- diff --git a/arch/m68knommu/platform/68328/head-de2.S b/arch/m68knommu/platform/68328/head-de2.S index 92d9645..f632fdc 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