commit | 8ac041e15be0a2c2e89cb803dfe41a939a4f0e4a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Jun 20 14:58:22 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Jul 22 07:44:24 2014 -0400 |
tree | 680d579208ddca383ecdddf6d527075aac9cf955 | |
parent | bbc18504874581adaa6093f7c075d83686dd9d72 [diff] |
sparc: merge LEON2 and LEON3 linker scripts There is only one line diff between LEON2 and LEON3 linker scripts: - arch/sparc/cpu/leon2/start.o (.text) + arch/sparc/cpu/leon3/start.o (.text) They can be written in the same way: */start.o (.text) So, board/gaisler/grsim_leon2/u-boot.lds and arch/sparc/cpu/leon3/u-boot.lds can be merged into arch/sparc/cpu/u-boot.lds. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Daniel Hellstrom <daniel@gaisler.com>