Re: [U-Boot] [PATCH] env: Add CONFIG_ENV_SUPPORT

2019-09-11 Thread Patrick DELAUNAY
Hi Wolfgang an Tom, > > Dear Patrick, > > In message <9c7801afb8c94c638933cf33746ae...@sfhdag6node3.st.com> > you wrote: > > > > And I agree the name seens not perfect. > > > > > > - CONFIG_SPL_ENV_SUPPORT for SPL > > > > - CONFIG_TPL_ENV_SUPPORT for TPL > > > > These pre-existing name are

Re: [U-Boot] [PATCH] env: Add CONFIG_ENV_SUPPORT

2019-09-10 Thread Wolfgang Denk
Dear Patrick, In message <9c7801afb8c94c638933cf33746ae...@sfhdag6node3.st.com> you wrote: > > And I agree the name seens not perfect. > > > > - CONFIG_SPL_ENV_SUPPORT for SPL > > > - CONFIG_TPL_ENV_SUPPORT for TPL > > These pre-existing name are defined in common/spl/Kconfig > > With the

Re: [U-Boot] [PATCH] env: Add CONFIG_ENV_SUPPORT

2019-09-10 Thread Tom Rini
On Tue, Sep 10, 2019 at 11:01:18AM +, Patrick DELAUNAY wrote: > Hi, > > > From: Wolfgang Denk > > Sent: samedi 7 septembre 2019 13:52 > > > > Dear Patrick, > > > > In message <1567530547-14331-1-git-send-email-patrick.delau...@st.com> you > > wrote: > > > Add a new flag CONFIG_ENV_SUPPORT

Re: [U-Boot] [PATCH] env: Add CONFIG_ENV_SUPPORT

2019-09-10 Thread Patrick DELAUNAY
Hi, > From: Wolfgang Denk > Sent: samedi 7 septembre 2019 13:52 > > Dear Patrick, > > In message <1567530547-14331-1-git-send-email-patrick.delau...@st.com> you > wrote: > > Add a new flag CONFIG_ENV_SUPPORT to compile all the environment > > features in U-Boot (attributes, callbacks and

Re: [U-Boot] [PATCH] env: Add CONFIG_ENV_SUPPORT

2019-09-07 Thread Wolfgang Denk
Dear Patrick, In message <1567530547-14331-1-git-send-email-patrick.delau...@st.com> you wrote: > Add a new flag CONFIG_ENV_SUPPORT to compile all > the environment features in U-Boot (attributes, callbacks > and flags). It is the equivalent of the 2 existing flags I think this is a bda name,

Re: [U-Boot] [PATCH] env: Add CONFIG_ENV_SUPPORT

2019-09-05 Thread Patrick DELAUNAY
Hi Lukasz, > From: Lukasz Majewski > Sent: mercredi 4 septembre 2019 10:52 > > Hi Patrick, > > > Add a new flag CONFIG_ENV_SUPPORT to compile all the environment > > features in U-Boot (attributes, callbacks and flags). It is the > > equivalent of the 2 existing flags > > -

Re: [U-Boot] [PATCH] env: Add CONFIG_ENV_SUPPORT

2019-09-04 Thread Lukasz Majewski
Hi Patrick, > Add a new flag CONFIG_ENV_SUPPORT to compile all > the environment features in U-Boot (attributes, callbacks > and flags). It is the equivalent of the 2 existing flags > - CONFIG_SPL_ENV_SUPPORT for SPL > - CONFIG_TPL_ENV_SUPPORT for TPL Shouldn't it be the "supplement" ? I guess

[U-Boot] [PATCH] env: Add CONFIG_ENV_SUPPORT

2019-09-03 Thread Patrick Delaunay
Add a new flag CONFIG_ENV_SUPPORT to compile all the environment features in U-Boot (attributes, callbacks and flags). It is the equivalent of the 2 existing flags - CONFIG_SPL_ENV_SUPPORT for SPL - CONFIG_TPL_ENV_SUPPORT for TPL This new configuration allows to use the macro