diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 047a20780fc1..cf945094f8d0 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -119,7 +119,7 @@ KBUILD_AFLAGS +=$(CFLAGS_ABI) $(AFLAGS_THUMB2) $(arch-y) $(tune-y) -include asm/ | |||
119 | CHECKFLAGS += -D__arm__ | 119 | CHECKFLAGS += -D__arm__ |
120 | 120 | ||
121 | #Default value | 121 | #Default value |
122 | head-y := arch/arm/kernel/head$(MMUEXT).o arch/arm/kernel/init_task.o | 122 | head-y := arch/arm/kernel/head$(MMUEXT).o |
123 | textofs-y := 0x00008000 | 123 | textofs-y := 0x00008000 |
124 | textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000 | 124 | textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000 |
125 | # We don't want the htc bootloader to corrupt kernel during resume | 125 | # We don't want the htc bootloader to corrupt kernel during resume |