Re: [PATCH v2] arch: Add explicit linker script for u-boot-elf

2020-04-05 Thread Tom Rini
On Mon, Mar 30, 2020 at 01:58:59PM +0200, Michal Simek wrote: > Commit f4dc714aaa2d ("arm64: Turn u-boot.bin back into an ELF file after > relocate-rela") > introduce REMAKE_ELF option to recreate u-boot.elf from u-boot -> > u-boot.bin + DT -> u-boot.elf. > > The best is to ilustrate it from

Re: [PATCH v2] arch: Add explicit linker script for u-boot-elf

2020-04-02 Thread Álvaro Fernández Rojas
Hi Daniel, Tested on Netgear DGND3700v2 (bmips/bcm6362) with no regressions. Tested-By: Álvaro Fernández Rojas > El 2 abr 2020, a las 11:28, Daniel Schwierzeck > escribió: > > +cc Álvaro > > Am 30.03.20 um 13:58 schrieb Michal Simek: >> Commit f4dc714aaa2d ("arm64: Turn u-boot.bin back

Re: [PATCH v2] arch: Add explicit linker script for u-boot-elf

2020-04-02 Thread Daniel Schwierzeck
+cc Álvaro Am 30.03.20 um 13:58 schrieb Michal Simek: > Commit f4dc714aaa2d ("arm64: Turn u-boot.bin back into an ELF file after > relocate-rela") > introduce REMAKE_ELF option to recreate u-boot.elf from u-boot -> > u-boot.bin + DT -> u-boot.elf. > > The best is to ilustrate it from make V=1

Re: [PATCH v2] arch: Add explicit linker script for u-boot-elf

2020-03-30 Thread Tom Rini
On Mon, Mar 30, 2020 at 01:58:59PM +0200, Michal Simek wrote: > Commit f4dc714aaa2d ("arm64: Turn u-boot.bin back into an ELF file after > relocate-rela") > introduce REMAKE_ELF option to recreate u-boot.elf from u-boot -> > u-boot.bin + DT -> u-boot.elf. > > The best is to ilustrate it from