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:40 -0400 |
commit | 6b1f1005f3dbc6fe52c68c2fccb525a0ebcc9afa (patch) | |
tree | 6040e85ecc6835246bc2008329feeb8e2c09dd1b /arch | |
parent | a109d811bab30d44ee775a9f15348add7014180c (diff) |
ARM: mach-nuc93x: remove mach/memory.h
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-nuc93x/include/mach/memory.h | 21 |
2 files changed, 1 insertions, 21 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cb4ac95297b4..44a2ad7c4c25 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -610,6 +610,7 @@ config ARCH_NUC93X | |||
610 | bool "Nuvoton NUC93X CPU" | 610 | bool "Nuvoton NUC93X CPU" |
611 | select CPU_ARM926T | 611 | select CPU_ARM926T |
612 | select CLKDEV_LOOKUP | 612 | select CLKDEV_LOOKUP |
613 | select NO_MACH_MEMORY_H | ||
613 | help | 614 | help |
614 | Support for Nuvoton (Winbond logic dept.) NUC93X MCU,The NUC93X is a | 615 | Support for Nuvoton (Winbond logic dept.) NUC93X MCU,The NUC93X is a |
615 | low-power and high performance MPEG-4/JPEG multimedia controller chip. | 616 | low-power and high performance MPEG-4/JPEG multimedia controller chip. |
diff --git a/arch/arm/mach-nuc93x/include/mach/memory.h b/arch/arm/mach-nuc93x/include/mach/memory.h deleted file mode 100644 index ef9864b002a6..000000000000 --- a/arch/arm/mach-nuc93x/include/mach/memory.h +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | /* | ||
2 | * arch/arm/mach-nuc93x/include/mach/memory.h | ||
3 | * | ||
4 | * Copyright (c) 2008 Nuvoton technology corporation | ||
5 | * All rights reserved. | ||
6 | * | ||
7 | * Wan ZongShun <mcuos.com@gmail.com> | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | */ | ||
15 | |||
16 | #ifndef __ASM_ARCH_MEMORY_H | ||
17 | #define __ASM_ARCH_MEMORY_H | ||
18 | |||
19 | #define PLAT_PHYS_OFFSET UL(0x00000000) | ||
20 | |||
21 | #endif | ||