]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: mach-iop32x: remove mach/memory.h
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 6 Jul 2011 02:52:53 +0000 (22:52 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Thu, 13 Oct 2011 16:49:32 +0000 (12:49 -0400)
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/Kconfig
arch/arm/mach-iop32x/include/mach/memory.h [deleted file]

index dd72287cb29c54cec69b68b10bfe2e74190c3aef..2ac20510600330bbd73c36b4814e9e773de91b48 100644 (file)
@@ -452,6 +452,7 @@ config ARCH_IOP32X
        select PLAT_IOP
        select PCI
        select ARCH_REQUIRE_GPIOLIB
+       select NO_MACH_MEMORY_H
        help
          Support for Intel's 80219 and IOP32X (XScale) family of
          processors.
diff --git a/arch/arm/mach-iop32x/include/mach/memory.h b/arch/arm/mach-iop32x/include/mach/memory.h
deleted file mode 100644 (file)
index 169cc23..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * arch/arm/mach-iop32x/include/mach/memory.h
- */
-
-#ifndef __MEMORY_H
-#define __MEMORY_H
-
-/*
- * Physical DRAM offset.
- */
-#define PLAT_PHYS_OFFSET       UL(0xa0000000)
-
-#endif