dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: mach-h720x: remove mach/memory.h

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
This commit is contained in:
Nicolas Pitre 2011-07-05 22:52:56 -04:00 committed by Nicolas Pitre
parent e41fa86e55
commit 2e5df8d28a
2 changed files with 1 additions and 11 deletions

View File

@ -436,6 +436,7 @@ config ARCH_H720X
select CPU_ARM720T
select ISA_DMA_API
select ARCH_USES_GETTIMEOFFSET
select NO_MACH_MEMORY_H
help
This enables support for systems based on the Hynix HMS720x

View File

@ -1,11 +0,0 @@
/*
* arch/arm/mach-h720x/include/mach/memory.h
*
* Copyright (c) 2000 Jungjun Kim
*
*/
#ifndef __ASM_ARCH_MEMORY_H
#define __ASM_ARCH_MEMORY_H
#define PLAT_PHYS_OFFSET UL(0x40000000)
#endif