]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sparc: merge LEON2 and LEON3 linker scripts
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 20 Jun 2014 05:58:22 +0000 (14:58 +0900)
committerTom Rini <trini@ti.com>
Tue, 22 Jul 2014 11:44:24 +0000 (07:44 -0400)
commit9d78b9ae8d39f59875607976dbdce0f6f31ed41c
tree680d579208ddca383ecdddf6d527075aac9cf955
parent9f847b82019e14068337a6928755b05f7fae8b85
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>
arch/sparc/cpu/u-boot.lds [moved from arch/sparc/cpu/leon3/u-boot.lds with 95% similarity]
board/gaisler/grsim_leon2/u-boot.lds [deleted file]