commit | bf4d8beb126788bfd71da2645c26987516c26d10 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 25 21:59:07 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:16 2019 +0800 |
tree | 5ca5230fe0ce7e708929175d2bb7acafd7cf0191 | |
parent | 665cb18ea64aabbeb03d27a4c92ddec1baccb87a [diff] |
x86: Don't generate a bootstage report in SPL This report is normally generated by U-Boot proper. Correct the condition here so that it respects the Kconfig options for bootstage. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>