[U-Boot] [PATCH 083/126] x86: Add a new global_data member for the cache record
Bin Meng
bmeng.cn at gmail.com
Thu Oct 10 07:00:42 UTC 2019
On Wed, Sep 25, 2019 at 10:59 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> arch/x86/include/asm/global_data.h | 2 ++
> arch/x86/lib/mrccache.c | 11 +++++------
> 2 files changed, 7 insertions(+), 6 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list