Re: [U-Boot] [PATCH v2 24/55] x86: Don't show an error when the MRC cache is up to date

2016-01-21 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > When the final MRC cache record is the same as the one we want to write, we > skip writing since there is no point. This is normal behaviour. > > Avoiding printing an error when this happens. > > Signed-off-by: Simon Glass

[U-Boot] [PATCH v2 24/55] x86: Don't show an error when the MRC cache is up to date

2016-01-17 Thread Simon Glass
When the final MRC cache record is the same as the one we want to write, we skip writing since there is no point. This is normal behaviour. Avoiding printing an error when this happens. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: