Re: [PATCH v4 1/1] u-boot-initial-env: rework make target

2022-11-23 Thread Tom Rini
On Wed, Nov 23, 2022 at 07:22:52PM +0100, Pali Rohár wrote: > On Wednesday 23 November 2022 13:18:40 Tom Rini wrote: > > On Tue, Nov 08, 2022 at 09:52:22AM +0100, Max Krummenacher wrote: > > > > > From: Max Krummenacher > > > > > > With LTO enabled the U-Boot initial environment is no longer sto

Re: [PATCH v4 1/1] u-boot-initial-env: rework make target

2022-11-23 Thread Pali Rohár
On Wednesday 23 November 2022 13:18:40 Tom Rini wrote: > On Tue, Nov 08, 2022 at 09:52:22AM +0100, Max Krummenacher wrote: > > > From: Max Krummenacher > > > > With LTO enabled the U-Boot initial environment is no longer stored > > in an easy accessible section in env/common.o. I.e. the section

Re: [PATCH v4 1/1] u-boot-initial-env: rework make target

2022-11-23 Thread Tom Rini
On Tue, Nov 08, 2022 at 09:52:22AM +0100, Max Krummenacher wrote: > From: Max Krummenacher > > With LTO enabled the U-Boot initial environment is no longer stored > in an easy accessible section in env/common.o. I.e. the section name > changes from build to build, its content maybe compressed an

Re: [PATCH v4 1/1] u-boot-initial-env: rework make target

2022-11-17 Thread Francesco Dolcini
On Tue, Nov 08, 2022 at 06:09:11PM +0100, Pali Rohár wrote: > On Tuesday 08 November 2022 09:52:22 Max Krummenacher wrote: > > From: Max Krummenacher > > > > With LTO enabled the U-Boot initial environment is no longer stored > > in an easy accessible section in env/common.o. I.e. the section nam

Re: [PATCH v4 1/1] u-boot-initial-env: rework make target

2022-11-08 Thread Pali Rohár
On Tuesday 08 November 2022 09:52:22 Max Krummenacher wrote: > From: Max Krummenacher > > With LTO enabled the U-Boot initial environment is no longer stored > in an easy accessible section in env/common.o. I.e. the section name > changes from build to build, its content maybe compressed and it i