Re: [PATCH V2 5/7] env: nowhere: Implement .load callback

2020-07-31 Thread Tom Rini
On Tue, Jul 07, 2020 at 08:51:37PM +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 >

Re: [PATCH V2 5/7] env: nowhere: Implement .load callback

2020-07-24 Thread Tom Rini
On Tue, Jul 07, 2020 at 08:51:37PM +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 V2 5/7] env: nowhere: Implement .load callback

2020-07-07 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 --- V2: No change --- env/nowhere.c | 7 +++ 1 file changed, 7