Re: [PATCH] env: nowhere: Implement .load callback

2020-08-05 Thread Tom Rini
On Wed, Aug 05, 2020 at 03:29:55PM +0200, Marek Vasut wrote: > Add .load callback for the 'nowhere' environment driver. This is useful > for when the 'nowhere' driver is used in combination with other drivers > and should be used to load the default environment. > > Signed-off-by: Marek Vasut >

[PATCH] env: nowhere: Implement .load callback

2020-08-05 Thread Marek Vasut
Add .load callback for the 'nowhere' environment driver. This is useful for when the 'nowhere' driver is used in combination with other drivers and should be used to load the default environment. Signed-off-by: Marek Vasut Reviewed-by: Tom Rini --- V2: No change --- env/nowhere.c | 6 ++ 1

[PATCH] env: nowhere: Implement .load callback

2020-05-29 Thread Marek Vasut
Add .load callback for the 'nowhere' environment driver. This is useful for when the 'nowhere' driver is used in combination with other drivers and should be used to load the default environment. Signed-off-by: Marek Vasut --- env/nowhere.c | 7 +++ 1 file changed, 7 insertions(+) diff --gi