commit | c3d0c234944c79c2bb283afaf6b2e5832e343aa0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:05 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:13 2019 +0800 |
tree | a926c5aec0fbb713b6d3bf55fb2ee10224352d00 | |
parent | 4e988f9b6f12f2f671f3082c1cac4194cc70f316 [diff] |
x86: Add a new global_data member for the cache record At present we reuse the mrc_output char * to also point to the cache record after it has been set up. This is confusing and doesn't save much data space. Add a new mrc_cache member instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>