diff options
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 15161f1851a5..e08d4d27d8d6 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -85,7 +85,7 @@ KBUILD_IMAGE := arch/sh/boot/zImage | |||
85 | ifdef CONFIG_SUPERH32 | 85 | ifdef CONFIG_SUPERH32 |
86 | LDFLAGS_vmlinux += -e _stext | 86 | LDFLAGS_vmlinux += -e _stext |
87 | else | 87 | else |
88 | LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_CACHED_MEMORY_OFFSET) \ | 88 | LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \ |
89 | --defsym phys_stext_shmedia=phys_stext+1 \ | 89 | --defsym phys_stext_shmedia=phys_stext+1 \ |
90 | -e phys_stext_shmedia | 90 | -e phys_stext_shmedia |
91 | endif | 91 | endif |