commit | 8b674418e0250aae9748d9b53fe4c9d9607b7e36 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 16:11:29 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:08:17 2016 +0800 |
tree | 4f6de5c568cee8cbfe3f14c2910eecda4e60cdbd | |
parent | afd5d50c127da6457ce75b534717b954e07f606c [diff] |
x86: Don't show an error when the MRC cache is up to date 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>