Re: [U-Boot] [PATCH v4 0/7] env: handle special variables and selective env default

2012-09-03 Thread Gerlando Falauto
On 09/02/2012 06:13 PM, Marek Vasut wrote: Dear Wolfgang Denk, Dear Gerlando Falauto, In message<1345803102-21110-1-git-send-email-gerlando.fala...@keymile.com> you wrote: This patchset modifies the handling of all the operations on the environment (set/import/default) so to unify handling o

Re: [U-Boot] [PATCH v4 0/7] env: handle special variables and selective env default

2012-09-02 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Gerlando Falauto, > > In message <1345803102-21110-1-git-send-email-gerlando.fala...@keymile.com> you wrote: > > This patchset modifies the handling of all the operations on the > > environment (set/import/default) so to unify handling of special > > variables. > > On

Re: [U-Boot] [PATCH v4 0/7] env: handle special variables and selective env default

2012-09-02 Thread Wolfgang Denk
Dear Gerlando Falauto, In message <1345803102-21110-1-git-send-email-gerlando.fala...@keymile.com> you wrote: > This patchset modifies the handling of all the operations on the environment > (set/import/default) so to unify handling of special variables. > On top of that we implement a selective

[U-Boot] [PATCH v4 0/7] env: handle special variables and selective env default

2012-08-24 Thread Gerlando Falauto
This patchset modifies the handling of all the operations on the environment (set/import/default) so to unify handling of special variables. On top of that we implement a selective "env default". A selective "env import" would imply a user API change and should therefore be discussed separately.