diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:52:55 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-10-13 12:49:42 -0400 |
commit | 3044454779b1e8ffb536b79ffbbbfc731fc84fdf (patch) | |
tree | 24850640ebd32353a57324f0f4a7f5b6e0a65b18 | |
parent | 9b15e4fe00a136471d4ad22debcb0b270401cefc (diff) |
ARM: plat-tcc: 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/plat-tcc/include/mach/memory.h | 18 |
2 files changed, 1 insertions, 18 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6e277c4487d..49badb13be4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -845,6 +845,7 @@ config ARCH_TCC_926 | |||
845 | select HAVE_CLK | 845 | select HAVE_CLK |
846 | select CLKDEV_LOOKUP | 846 | select CLKDEV_LOOKUP |
847 | select GENERIC_CLOCKEVENTS | 847 | select GENERIC_CLOCKEVENTS |
848 | select NO_MACH_MEMORY_H | ||
848 | help | 849 | help |
849 | Support for Telechips TCC ARM926-based systems. | 850 | Support for Telechips TCC ARM926-based systems. |
850 | 851 | ||
diff --git a/arch/arm/plat-tcc/include/mach/memory.h b/arch/arm/plat-tcc/include/mach/memory.h deleted file mode 100644 index 28a6e0cd13b..00000000000 --- a/arch/arm/plat-tcc/include/mach/memory.h +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 1999 ARM Limited | ||
3 | * Copyright (C) 2000 RidgeRun, Inc. | ||
4 | * Copyright (C) 2008-2009 Telechips | ||
5 | * Copyright (C) 2010 Hans J. Koch <hjk@linutronix.de> | ||
6 | * | ||
7 | * Licensed under the terms of the GPL v2. | ||
8 | */ | ||
9 | |||
10 | #ifndef __ASM_ARCH_MEMORY_H | ||
11 | #define __ASM_ARCH_MEMORY_H | ||
12 | |||
13 | /* | ||
14 | * Physical DRAM offset. | ||
15 | */ | ||
16 | #define PLAT_PHYS_OFFSET UL(0x20000000) | ||
17 | |||
18 | #endif | ||