u-boot-brain/arch/sh/cpu
Nobuhiro Iwamatsu 2024b968ee sh: Fix build in start.S
By commit 6d8962e814,
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>
2010-11-30 09:30:26 +09:00
..
sh2 sh: Fix build in start.S 2010-11-30 09:30:26 +09:00
sh3 sh: Fix build in start.S 2010-11-30 09:30:26 +09:00
sh4 sh: Fix build in start.S 2010-11-30 09:30:26 +09:00