commit | 040bef1dd49825c19a8b0eb8000ee3e1065b9047 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:57:04 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Oct 11 17:37:19 2019 +0800 |
tree | a4b21ca2716b4f65fba2d58b7d479547dd14efb8 | |
parent | 815d170eee88355a00a9143dc7048aa44d1cc4c0 [diff] |
x86: Add a function to find the size of an mrccache record 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>