Browse Source

ARM: mach-iop33x: remove mach/memory.h

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Nicolas Pitre 14 years ago
parent
commit
8cfc1ef96a
2 changed files with 1 additions and 13 deletions
  1. 1 0
      arch/arm/Kconfig
  2. 0 13
      arch/arm/mach-iop33x/include/mach/memory.h

+ 1 - 0
arch/arm/Kconfig

@@ -462,6 +462,7 @@ config ARCH_IOP33X
 	select PLAT_IOP
 	select PCI
 	select ARCH_REQUIRE_GPIOLIB
+	select NO_MACH_MEMORY_H
 	help
 	  Support for Intel's IOP33X (XScale) family of processors.
 

+ 0 - 13
arch/arm/mach-iop33x/include/mach/memory.h

@@ -1,13 +0,0 @@
-/*
- * arch/arm/mach-iop33x/include/mach/memory.h
- */
-
-#ifndef __MEMORY_H
-#define __MEMORY_H
-
-/*
- * Physical DRAM offset.
- */
-#define PLAT_PHYS_OFFSET	UL(0x00000000)
-
-#endif