Searched hist:afc3929fac2ab5c2c3396ceed1bd7585c3b33cc2 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/sh/cpu/ |
| H A D | u-boot.lds | afc3929fac2ab5c2c3396ceed1bd7585c3b33cc2 Fri Jun 20 07:40:14 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|