Re: [PATCH v3 05/14] env: nowhere: add .load ops

2020-07-26 Thread Tom Rini
On Thu, Jun 25, 2020 at 09:59:49AM +0200, Patrick Delaunay wrote: > Add the ops .load for nowhere ENV backend to load the > default environment. > > This ops is needed for the command 'env load' > > > > Signed-off-by: Patrick Delaunay > Reviewed-by: Tom Rini > --- > > Changes in v3: > - new

Re: [PATCH v3 05/14] env: nowhere: add .load ops

2020-06-26 Thread Tom Rini
On Thu, Jun 25, 2020 at 09:59:49AM +0200, Patrick Delaunay wrote: > Add the ops .load for nowhere ENV backend to load the > default environment. > > This ops is needed for the command 'env load' > > > > Signed-off-by: Patrick Delaunay Reviewed-by: Tom Rini -- Tom signature.asc Descripti

[PATCH v3 05/14] env: nowhere: add .load ops

2020-06-25 Thread Patrick Delaunay
Add the ops .load for nowhere ENV backend to load the default environment. This ops is needed for the command 'env load' Signed-off-by: Patrick Delaunay --- Changes in v3: - new: add ?load ops in nowhere env/nowhere.c | 9 + 1 file changed, 9 insertions(+) diff --git a/env/nowhere.