]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Fix up the _stext references for SH-5.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 20 Nov 2007 06:38:11 +0000 (15:38 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:49 +0000 (13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile

index 4da3bc696b3d846a4bb6d4203fc32cf551734530..15161f1851a50bf46a9214bdcb52354f996c6ca1 100644 (file)
@@ -74,15 +74,21 @@ OBJCOPYFLAGS        := -O binary -R .note -R .note.gnu.build-id -R .comment -R .stab -R
 # never be used by anyone. Use a board-specific defconfig that has a
 # reasonable chance of being current instead.
 #
-KBUILD_DEFCONFIG := r7780rp_defconfig
+KBUILD_DEFCONFIG       := r7780rp_defconfig
 
-KBUILD_IMAGE   := arch/sh/boot/zImage
+KBUILD_IMAGE           := arch/sh/boot/zImage
 
 #
 # Choosing incompatible machines durings configuration will result in
 # error messages during linking.
 #
-LDFLAGS_vmlinux     += -e _stext
+ifdef CONFIG_SUPERH32
+LDFLAGS_vmlinux        += -e _stext
+else
+LDFLAGS_vmlinux        += --defsym phys_stext=_stext-$(CONFIG_CACHED_MEMORY_OFFSET) \
+                  --defsym phys_stext_shmedia=phys_stext+1 \
+                  -e phys_stext_shmedia
+endif
 
 ifdef CONFIG_CPU_LITTLE_ENDIAN
 LDFLAGS_vmlinux                += --defsym 'jiffies=jiffies_64'