commit | a9b82be89be1f8c828f7e4ae5fe1f44c55f99ccd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Jun 20 16:40:14 2014 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Thu Jul 24 12:02:23 2014 +0900 |
tree | fbd7131bc54493e374545e1e81d333d60412dc9e | |
parent | 6c014d8c9d6ed0cfedb568f4f1bd15e4600714d7 [diff] |
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>