diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:52:56 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-10-13 12:49:45 -0400 |
commit | 2e5df8d28ae2b6790539b95b8fc295ac63f862ff (patch) | |
tree | c435f462904f3388af523100829c7c6ef685dcfd /arch | |
parent | e41fa86e558f3d129658d7447deceef30ddf6205 (diff) |
ARM: mach-h720x: remove mach/memory.h
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-h720x/include/mach/memory.h | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 94a38e9d74e2..907f3da9cce3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -436,6 +436,7 @@ config ARCH_H720X | |||
436 | select CPU_ARM720T | 436 | select CPU_ARM720T |
437 | select ISA_DMA_API | 437 | select ISA_DMA_API |
438 | select ARCH_USES_GETTIMEOFFSET | 438 | select ARCH_USES_GETTIMEOFFSET |
439 | select NO_MACH_MEMORY_H | ||
439 | help | 440 | help |
440 | This enables support for systems based on the Hynix HMS720x | 441 | This enables support for systems based on the Hynix HMS720x |
441 | 442 | ||
diff --git a/arch/arm/mach-h720x/include/mach/memory.h b/arch/arm/mach-h720x/include/mach/memory.h deleted file mode 100644 index 96dcf50c51d3..000000000000 --- a/arch/arm/mach-h720x/include/mach/memory.h +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | /* | ||
2 | * arch/arm/mach-h720x/include/mach/memory.h | ||
3 | * | ||
4 | * Copyright (c) 2000 Jungjun Kim | ||
5 | * | ||
6 | */ | ||
7 | #ifndef __ASM_ARCH_MEMORY_H | ||
8 | #define __ASM_ARCH_MEMORY_H | ||
9 | |||
10 | #define PLAT_PHYS_OFFSET UL(0x40000000) | ||
11 | #endif | ||