]> git.ipfire.org Git - people/ms/u-boot.git/commit
sh: Fix build in start.S
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Wed, 24 Nov 2010 04:12:17 +0000 (13:12 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tue, 30 Nov 2010 00:30:26 +0000 (09:30 +0900)
commit2024b968ee9476bb7809e472a693120e775bbbbb
treed62356a93e87342d28941790de84c3a635c2640b
parentd0d2271f8c62e830ec65fb069b6d12dd708e3e2f
sh: Fix build in start.S

By commit 6d8962e814c15807dd6ac5757904be2a02d187b8,
label of _start was not usable in start.S and build fail.
This change label from  _start to _sh_start.

----
arch/sh/cpu/sh4/libsh4.o: In function `_start':
(.text+0x204): multiple definition of `_start'
arch/sh/cpu/sh4/start.o:(.text+0x0): first defined here
----

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
arch/sh/cpu/sh2/start.S
arch/sh/cpu/sh3/start.S
arch/sh/cpu/sh4/start.S