diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:52:52 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-09-26 10:12:04 -0400 |
commit | 8cfc1ef96a873d35d2fb86ac8ccf34d388a48e55 (patch) | |
tree | a50d4ce99a4fa3e4878a7b04285eb885f381d275 | |
parent | 7743a087640cbb0b5d81ee8a73b7ffed468f7bb6 (diff) |
ARM: mach-iop33x: remove mach/memory.h
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
-rw-r--r-- | arch/arm/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-iop33x/include/mach/memory.h | 13 |
2 files changed, 1 insertions, 13 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 465bdb25ac13..01343438e91b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -462,6 +462,7 @@ config ARCH_IOP33X | |||
462 | select PLAT_IOP | 462 | select PLAT_IOP |
463 | select PCI | 463 | select PCI |
464 | select ARCH_REQUIRE_GPIOLIB | 464 | select ARCH_REQUIRE_GPIOLIB |
465 | select NO_MACH_MEMORY_H | ||
465 | help | 466 | help |
466 | Support for Intel's IOP33X (XScale) family of processors. | 467 | Support for Intel's IOP33X (XScale) family of processors. |
467 | 468 | ||
diff --git a/arch/arm/mach-iop33x/include/mach/memory.h b/arch/arm/mach-iop33x/include/mach/memory.h deleted file mode 100644 index 8e1daf7006b6..000000000000 --- a/arch/arm/mach-iop33x/include/mach/memory.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | /* | ||
2 | * arch/arm/mach-iop33x/include/mach/memory.h | ||
3 | */ | ||
4 | |||
5 | #ifndef __MEMORY_H | ||
6 | #define __MEMORY_H | ||
7 | |||
8 | /* | ||
9 | * Physical DRAM offset. | ||
10 | */ | ||
11 | #define PLAT_PHYS_OFFSET UL(0x00000000) | ||
12 | |||
13 | #endif | ||