On Wed, May 13, 2020 at 10:24 PM Simon Glass <s...@chromium.org> wrote: > > The start address of the CBFS is used when scanning for files. It makes > sense to put this in our cbfs_priv struct and calculate it when we read > the header. > > Update the code accordingly. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > fs/cbfs/cbfs.c | 44 +++++++++++++++++++++++++++++++------------- > 1 file changed, 31 insertions(+), 13 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>