Re: [U-Boot] [PATCH v2 27/50] x86: mrccache: Add more debugging

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > When the MRC cache fails to save it is useful to have some debugging info > to indicate what when wrong. Add some more debug() calls. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/lib/mrc

[U-Boot] [PATCH v2 27/50] x86: mrccache: Add more debugging

2019-04-25 Thread Simon Glass
When the MRC cache fails to save it is useful to have some debugging info to indicate what when wrong. Add some more debug() calls. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/lib/mrccache.c | 16 1 file changed, 12 insertions(+), 4 delet