commit | 8294e7373bdd33abd3fdd3dd1ce2de6daa3408c0 | [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 | d056443002c1832906a9a9d8b1441a685175ad72 [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>