u-boot-brain/arch/sh/cpu
Masahiro Yamada afc3929fac sh: unify sh2/sh3/sh4 linker scripts
The linker scripts of sh2/sh3/sh4 are almost the same.
The difference among them is essentially only one line.

They can be consolidated into a single file, arch/sh/cpu/u-boot.lds
by re-writing the diffrent line as follows:

	KEEP(*/start.o	(.text))

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2014-07-24 12:02:23 +09:00
..
sh2 sh: unify sh2/sh3/sh4 linker scripts 2014-07-24 12:02:23 +09:00
sh3 sh: unify sh2/sh3/sh4 linker scripts 2014-07-24 12:02:23 +09:00
sh4 sh: unify sh2/sh3/sh4 linker scripts 2014-07-24 12:02:23 +09:00
u-boot.lds sh: unify sh2/sh3/sh4 linker scripts 2014-07-24 12:02:23 +09:00