aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-21 01:34:33 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:51 -0500
commit36763b22bee56713057762bb0756e8075b5bb918 (patch)
tree102bf357b56efd2299991b22a13c54467491ff7a /arch/sh/Makefile
parent6deb6f9129591a2386f5c125d54a22ab78fc8b61 (diff)
sh: Switch SH-5 to use CONFIG_PAGE_OFFSET.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r--arch/sh/Makefile2
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
85ifdef CONFIG_SUPERH32 85ifdef CONFIG_SUPERH32
86LDFLAGS_vmlinux += -e _stext 86LDFLAGS_vmlinux += -e _stext
87else 87else
88LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_CACHED_MEMORY_OFFSET) \ 88LDFLAGS_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
91endif 91endif