Re: [U-Boot] [PATCH 080/126] x86: Add a function to find the size of an mrccache record

2019-10-11 Thread Bin Meng
On Thu, Oct 10, 2019 at 1:09 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:59 PM Simon Glass wrote: > > > > Move the code to determine the size of a cache record into a function so > > we can use it elsewhere in this file. > > > > Signed-off-by: Simon Glass > > --- > > > >

Re: [U-Boot] [PATCH 080/126] x86: Add a function to find the size of an mrccache record

2019-10-09 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:59 PM Simon Glass wrote: > > Move the code to determine the size of a cache record into a function so > we can use it elsewhere in this file. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/mrccache.c | 15 --- > 1 file changed, 8 insertions(+), 7

[U-Boot] [PATCH 080/126] x86: Add a function to find the size of an mrccache record

2019-09-25 Thread Simon Glass
Move the code to determine the size of a cache record into a function so we can use it elsewhere in this file. Signed-off-by: Simon Glass --- arch/x86/lib/mrccache.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/arch/x86/lib/mrccache.c