diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2016-06-04 10:10:13 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-06 17:57:56 +0200 |
commit | c86f51737f8dedbfc2b8566b15231d4ff6d6ac59 (patch) | |
tree | 7a15d032766853a5d2be28901853b11559ad632d /arch/arm/Makefile | |
parent | 4a56f46a7dc6ea9ee9733a6382fe4a1b0d947dd5 (diff) |
ARM: clps711x: Switch to MULTIPLATFORM
Switch CLPS711X to multiplatform.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 274e8a6582f1..10f16b35d29f 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -140,7 +140,6 @@ head-y := arch/arm/kernel/head$(MMUEXT).o # Text offset. This list is sorted numerically by address in order to # provide a means to avoid/resolve conflicts in multi-arch kernels. textofs-y := 0x00008000 -textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000 # We don't want the htc bootloader to corrupt kernel during resume textofs-$(CONFIG_PM_H1940) := 0x00108000 # SA1111 DMA bug: we don't want the kernel to live in precious DMA-able memory |