Re: [U-Boot] [PATCH v2 4/6] cbfs: Move result variable into the struct

2019-08-18 Thread Bin Meng
On Fri, Aug 16, 2019 at 10:43 PM Bin Meng wrote: > > On Thu, Aug 15, 2019 at 9:56 AM Simon Glass wrote: > > > > Move the result variable into the struct also, so that it can be used when > > BSS is not available. Add a function to read it. > > > > Note that all functions sill use the BSS version

Re: [U-Boot] [PATCH v2 4/6] cbfs: Move result variable into the struct

2019-08-16 Thread Bin Meng
On Thu, Aug 15, 2019 at 9:56 AM Simon Glass wrote: > > Move the result variable into the struct also, so that it can be used when > BSS is not available. Add a function to read it. > > Note that all functions sill use the BSS version of the data. > > Signed-off-by: Simon Glass > Reviewed-by: Bin

[U-Boot] [PATCH v2 4/6] cbfs: Move result variable into the struct

2019-08-14 Thread Simon Glass
Move the result variable into the struct also, so that it can be used when BSS is not available. Add a function to read it. Note that all functions sill use the BSS version of the data. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None cmd/cbfs.c | 4 ++-- fs/cbfs