Re: [U-Boot] [RFC PATCH v2 6/7] env: Introduce setenv_transient() helper function

2016-11-22 Thread Bernhard Nortmann
Hi Simon! Am 19.11.2016 um 14:47 schrieb Simon Glass: Hi Bernhard, On 16 November 2016 at 03:30, Bernhard Nortmann wrote: Like setenv(), but automatically marks the entry as "don't export". Signed-off-by: Bernhard Nortmann --- Changes in

Re: [U-Boot] [RFC PATCH v2 6/7] env: Introduce setenv_transient() helper function

2016-11-19 Thread Simon Glass
Hi Bernhard, On 16 November 2016 at 03:30, Bernhard Nortmann wrote: > Like setenv(), but automatically marks the entry as "don't export". > > Signed-off-by: Bernhard Nortmann > --- > > Changes in v2: None > > cmd/nvedit.c | 21

[U-Boot] [RFC PATCH v2 6/7] env: Introduce setenv_transient() helper function

2016-11-16 Thread Bernhard Nortmann
Like setenv(), but automatically marks the entry as "don't export". Signed-off-by: Bernhard Nortmann --- Changes in v2: None cmd/nvedit.c | 21 + include/common.h | 1 + 2 files changed, 22 insertions(+) diff --git a/cmd/nvedit.c