x86: Don't generate a bootstage report in SPL
authorSimon Glass <sjg@chromium.org>
Fri, 26 Apr 2019 03:59:07 +0000 (21:59 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 8 May 2019 05:02:16 +0000 (13:02 +0800)
commitbf4d8beb126788bfd71da2645c26987516c26d10
tree5ca5230fe0ce7e708929175d2bb7acafd7cf0191
parent665cb18ea64aabbeb03d27a4c92ddec1baccb87a
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>
arch/x86/lib/bootm.c