diff options
| -rw-r--r-- | arch/arm/Kconfig | 1 | ||||
| -rw-r--r-- | arch/arm/mach-h720x/include/mach/memory.h | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 94a38e9d74e2..907f3da9cce3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -436,6 +436,7 @@ config ARCH_H720X | |||
| 436 | select CPU_ARM720T | 436 | select CPU_ARM720T |
| 437 | select ISA_DMA_API | 437 | select ISA_DMA_API |
| 438 | select ARCH_USES_GETTIMEOFFSET | 438 | select ARCH_USES_GETTIMEOFFSET |
| 439 | select NO_MACH_MEMORY_H | ||
| 439 | help | 440 | help |
| 440 | This enables support for systems based on the Hynix HMS720x | 441 | This enables support for systems based on the Hynix HMS720x |
| 441 | 442 | ||
diff --git a/arch/arm/mach-h720x/include/mach/memory.h b/arch/arm/mach-h720x/include/mach/memory.h deleted file mode 100644 index 96dcf50c51d3..000000000000 --- a/arch/arm/mach-h720x/include/mach/memory.h +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-h720x/include/mach/memory.h | ||
| 3 | * | ||
| 4 | * Copyright (c) 2000 Jungjun Kim | ||
| 5 | * | ||
| 6 | */ | ||
| 7 | #ifndef __ASM_ARCH_MEMORY_H | ||
| 8 | #define __ASM_ARCH_MEMORY_H | ||
| 9 | |||
| 10 | #define PLAT_PHYS_OFFSET UL(0x40000000) | ||
| 11 | #endif | ||
