]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: unify sh2/sh3/sh4 linker scripts
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 20 Jun 2014 07:40:14 +0000 (16:40 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 24 Jul 2014 03:02:23 +0000 (12:02 +0900)
commitafc3929fac2ab5c2c3396ceed1bd7585c3b33cc2
treefbd7131bc54493e374545e1e81d333d60412dc9e
parentfbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8
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>
arch/sh/cpu/sh2/u-boot.lds [deleted file]
arch/sh/cpu/sh4/u-boot.lds [deleted file]
arch/sh/cpu/u-boot.lds [moved from arch/sh/cpu/sh3/u-boot.lds with 95% similarity]