Re: [PATCH v6 032/102] x86: Add a new global_data member for the cache record

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:47 PM Simon Glass 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 >

[PATCH v6 032/102] x86: Add a new global_data member for the cache record

2019-12-06 Thread Simon Glass
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 Reviewed-by: Bin Meng --- Changes in v6: None Changes in v5: None Changes in