mbox series

[U-Boot,0/2] MIPS: cleanup/optimise linker scripts

Message ID 20190106194244.20816-1-daniel.schwierzeck@gmail.com
Headers show
Series MIPS: cleanup/optimise linker scripts | expand

Message

Daniel Schwierzeck Jan. 6, 2019, 7:42 p.m. UTC
Cleanup and optimise MIPS linker scripts and align them more with
Linux.

Switch the CI20 board from the custom SPL linker script to the
generic MIPS SPL linker script.


Daniel Schwierzeck (2):
  MIPS: optimize and fix ELF sections
  MIPS: jz47xx: remove custom u-boot-spl.lds

 arch/mips/cpu/u-boot-spl.lds                | 100 ++++++++++++-------
 arch/mips/cpu/u-boot.lds                    | 104 +++++++++++++-------
 arch/mips/mach-jz47xx/jz4780/u-boot-spl.lds |  50 ----------
 configs/ci20_mmc_defconfig                  |   1 -
 4 files changed, 136 insertions(+), 119 deletions(-)
 delete mode 100644 arch/mips/mach-jz47xx/jz4780/u-boot-spl.lds

Comments

Ezequiel Garcia Jan. 7, 2019, 9:14 p.m. UTC | #1
On Sun, 2019-01-06 at 20:42 +0100, Daniel Schwierzeck wrote:
> Cleanup and optimise MIPS linker scripts and align them more with
> Linux.
> 
> Switch the CI20 board from the custom SPL linker script to the
> generic MIPS SPL linker script.
> 
> 

For both patches:

Tested-by: Ezequiel Garcia <ezequiel@collabora.com>

Thanks a lot!

> Daniel Schwierzeck (2):
>   MIPS: optimize and fix ELF sections
>   MIPS: jz47xx: remove custom u-boot-spl.lds
> 
>  arch/mips/cpu/u-boot-spl.lds                | 100 ++++++++++++-------
>  arch/mips/cpu/u-boot.lds                    | 104 +++++++++++++-------
>  arch/mips/mach-jz47xx/jz4780/u-boot-spl.lds |  50 ----------
>  configs/ci20_mmc_defconfig                  |   1 -
>  4 files changed, 136 insertions(+), 119 deletions(-)
>  delete mode 100644 arch/mips/mach-jz47xx/jz4780/u-boot-spl.lds
>