On Thu, Jan 21, 2021 at 10:07 AM Simon Glass <s...@chromium.org> wrote: > > Add a new member to the context struct which tracks the end of the string > table. This allows us to avoid recalculating this at the end. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > (no changes since v1) > > lib/smbios.c | 32 +++++++++++++++----------------- > 1 file changed, 15 insertions(+), 17 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>