Re: [U-Boot] [PATCH v2] MIPS: provide a default u-boot-spl.lds

2016-05-30 Thread Daniel Schwierzeck
Am 26.05.2016 um 15:28 schrieb Daniel Schwierzeck: > Provide a default linker script for SPL binaries. Start address > and size of text section and BSS section are configurable. All > sections are arranged in a way that only relevant sections are > kept in the code section for maximum size reduct

Re: [U-Boot] [PATCH v2] MIPS: provide a default u-boot-spl.lds

2016-05-27 Thread Marek Vasut
On 05/27/2016 12:03 PM, Daniel Schwierzeck wrote: > > > Am 26.05.2016 um 17:17 schrieb Marek Vasut: >> On 05/26/2016 03:28 PM, Daniel Schwierzeck wrote: >>> Provide a default linker script for SPL binaries. Start address >>> and size of text section and BSS section are configurable. All >>> secti

Re: [U-Boot] [PATCH v2] MIPS: provide a default u-boot-spl.lds

2016-05-27 Thread Daniel Schwierzeck
Am 26.05.2016 um 17:17 schrieb Marek Vasut: > On 05/26/2016 03:28 PM, Daniel Schwierzeck wrote: >> Provide a default linker script for SPL binaries. Start address >> and size of text section and BSS section are configurable. All >> sections are arranged in a way that only relevant sections are >>

Re: [U-Boot] [PATCH v2] MIPS: provide a default u-boot-spl.lds

2016-05-26 Thread Marek Vasut
On 05/26/2016 03:28 PM, Daniel Schwierzeck wrote: > Provide a default linker script for SPL binaries. Start address > and size of text section and BSS section are configurable. All > sections are arranged in a way that only relevant sections are > kept in the code section for maximum size reduction

[U-Boot] [PATCH v2] MIPS: provide a default u-boot-spl.lds

2016-05-26 Thread Daniel Schwierzeck
Provide a default linker script for SPL binaries. Start address and size of text section and BSS section are configurable. All sections are arranged in a way that only relevant sections are kept in the code section for maximum size reduction. All other sections are kept but moved outside the code s