diff options
author | Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> | 2014-07-22 19:40:05 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-08-18 10:04:05 -0400 |
commit | effd8c363d2c76d1941402cc23835fc986a445d8 (patch) | |
tree | 3cad97ccb772f50f7f4d3dfee4953a268eb8af8f | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) |
ARM: EXYNOS: remove unused <mach/memory.h>
ARCH_EXYNOS doesn't select NEED_MACH_MEMORY_H, so <asm/memory.h> doesn't
include <mach/memory.h> and so this file is not used and can go away.
Signed-off-by: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
[t.figa@samsung.com: boot tested on Exynos4412-based Trats2 board]
Tested-by: Tomasz Figa <t.figa@samsung.com>
Reviewed-by: Sachin Kamat <sachin.kamat@samsung.com>
[sachin.kamat: Tested on Arndale octa board (Exynos 5420)]
Tested-by: Sachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/include/mach/memory.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/arm/mach-exynos/include/mach/memory.h b/arch/arm/mach-exynos/include/mach/memory.h deleted file mode 100644 index e19df1f18c0d..000000000000 --- a/arch/arm/mach-exynos/include/mach/memory.h +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. | ||
3 | * http://www.samsung.com | ||
4 | * | ||
5 | * EXYNOS4 - Memory definitions | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | |||
12 | #ifndef __ASM_ARCH_MEMORY_H | ||
13 | #define __ASM_ARCH_MEMORY_H __FILE__ | ||
14 | |||
15 | #define PLAT_PHYS_OFFSET UL(0x40000000) | ||
16 | |||
17 | #ifndef CONFIG_ARM_LPAE | ||
18 | /* Maximum of 256MiB in one bank */ | ||
19 | #define MAX_PHYSMEM_BITS 32 | ||
20 | #define SECTION_SIZE_BITS 28 | ||
21 | #else | ||
22 | #define MAX_PHYSMEM_BITS 36 | ||
23 | #define SECTION_SIZE_BITS 31 | ||
24 | #endif | ||
25 | |||
26 | #endif /* __ASM_ARCH_MEMORY_H */ | ||