ARM: plat-tcc: remove mach/memory.h
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 6 Jul 2011 02:52:55 +0000 (22:52 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Thu, 13 Oct 2011 16:49:42 +0000 (12:49 -0400)
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/Kconfig
arch/arm/plat-tcc/include/mach/memory.h [deleted file]

index 6e277c4487d89a975cc8a50cee296945d196a574..49badb13be4513454c48d4c7028452e1fdd70e08 100644 (file)
@@ -845,6 +845,7 @@ config ARCH_TCC_926
        select HAVE_CLK
        select CLKDEV_LOOKUP
        select GENERIC_CLOCKEVENTS
+       select NO_MACH_MEMORY_H
        help
          Support for Telechips TCC ARM926-based systems.
 
diff --git a/arch/arm/plat-tcc/include/mach/memory.h b/arch/arm/plat-tcc/include/mach/memory.h
deleted file mode 100644 (file)
index 28a6e0c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (C) 1999 ARM Limited
- * Copyright (C) 2000 RidgeRun, Inc.
- * Copyright (C) 2008-2009 Telechips
- * Copyright (C) 2010 Hans J. Koch <hjk@linutronix.de>
- *
- * Licensed under the terms of the GPL v2.
- */
-
-#ifndef __ASM_ARCH_MEMORY_H
-#define __ASM_ARCH_MEMORY_H
-
-/*
- * Physical DRAM offset.
- */
-#define PLAT_PHYS_OFFSET               UL(0x20000000)
-
-#endif