Re: default environment append from kconfig

2022-08-10 Thread Simon Glass
Hi Tom, On Wed, 10 Aug 2022 at 08:36, Tom Rini wrote: > > On Tue, Aug 09, 2022 at 01:02:24PM +0200, Rasmus Villemoes wrote: > > On 09/08/2022 12.47, Francesco Dolcini wrote: > > > Hello all, > > > is there any kconfig mechanism in u-boot to append environment variable > > > to the > > > default

Re: default environment append from kconfig

2022-08-10 Thread Tom Rini
On Wed, Aug 10, 2022 at 05:09:45PM +0200, Francesco Dolcini wrote: > On Wed, Aug 10, 2022 at 10:34:26AM -0400, Tom Rini wrote: > > On Tue, Aug 09, 2022 at 12:47:39PM +0200, Francesco Dolcini wrote: > > > Hello all, > > > is there any kconfig mechanism in u-boot to append environment variable > > >

Re: default environment append from kconfig

2022-08-10 Thread Tom Rini
On Tue, Aug 09, 2022 at 01:02:24PM +0200, Rasmus Villemoes wrote: > On 09/08/2022 12.47, Francesco Dolcini wrote: > > Hello all, > > is there any kconfig mechanism in u-boot to append environment variable to > > the > > default one? > > > > Well, despite the name, CONFIG_EXTRA_ENV_SETTINGS is no

Re: default environment append from kconfig

2022-08-10 Thread Tom Rini
On Tue, Aug 09, 2022 at 12:47:39PM +0200, Francesco Dolcini wrote: > Hello all, > is there any kconfig mechanism in u-boot to append environment variable to the > default one? > > I am aware of CONFIG_USE_DEFAULT_ENV_FILE, but this will completely > replace it, looking into the code I was not able

Re: default environment append from kconfig

2022-08-09 Thread Rasmus Villemoes
On 09/08/2022 12.47, Francesco Dolcini wrote: > Hello all, > is there any kconfig mechanism in u-boot to append environment variable to the > default one? > Well, despite the name, CONFIG_EXTRA_ENV_SETTINGS is not settable via kconfig, but only from board header file. And while it works, it's rat