]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: mrccache: Add more debugging
authorSimon Glass <sjg@chromium.org>
Fri, 26 Apr 2019 03:58:59 +0000 (21:58 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 8 May 2019 05:02:14 +0000 (13:02 +0800)
commit079b38ba0485eb745cdcdac7e74986d77d2c13e2
treed403afdf243c8d3d6c6fd3c1bf63d62c269f1861
parent9a67994e0132f0a078de6ab7c11a049dbb5c365c
x86: mrccache: Add more debugging

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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/mrccache.c