From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 10 Oct 2019 13:09:47 +0800 Subject: [U-Boot] [PATCH 080/126] x86: Add a function to find the size of an mrccache record In-Reply-To: <20190925145750.200592-81-sjg@chromium.org> References: <20190925145750.200592-1-sjg@chromium.org> <20190925145750.200592-81-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 deletions(-) > Reviewed-by: Bin Meng