ARM: mach-iop33x: remove mach/memory.h
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 6 Jul 2011 02:52:52 +0000 (22:52 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Mon, 26 Sep 2011 14:12:04 +0000 (10:12 -0400)
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/Kconfig
arch/arm/mach-iop33x/include/mach/memory.h [deleted file]

index 465bdb2..0134343 100644 (file)
@@ -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.
 
diff --git a/arch/arm/mach-iop33x/include/mach/memory.h b/arch/arm/mach-iop33x/include/mach/memory.h
deleted file mode 100644 (file)
index 8e1daf7..0000000
+++ /dev/null
@@ -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