diff options
Diffstat (limited to 'arch/m68knommu/platform/68328/head-de2.S')
-rw-r--r-- | arch/m68knommu/platform/68328/head-de2.S | 6 |
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 92d96456d36..f632fdcb93e 100644 --- a/arch/m68knommu/platform/68328/head-de2.S +++ b/arch/m68knommu/platform/68328/head-de2.S | |||
@@ -1,11 +1,5 @@ | |||
1 | 1 | ||
2 | #if defined(CONFIG_RAM32MB) | ||
3 | #define MEM_END 0x02000000 /* Memory size 32Mb */ | ||
4 | #elif defined(CONFIG_RAM16MB) | ||
5 | #define MEM_END 0x01000000 /* Memory size 16Mb */ | ||
6 | #else | ||
7 | #define MEM_END 0x00800000 /* Memory size 8Mb */ | 2 | #define MEM_END 0x00800000 /* Memory size 8Mb */ |
8 | #endif | ||
9 | 3 | ||
10 | #undef CRT_DEBUG | 4 | #undef CRT_DEBUG |
11 | 5 | ||