x86: Don't print CPU info in TPL
authorSimon Glass <sjg@chromium.org>
Mon, 21 Oct 2019 03:37:56 +0000 (21:37 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 2 Nov 2019 23:20:28 +0000 (07:20 +0800)
commit09455d3a8fe0f3413a820fc26f016a2d9ec496e8
treec10760ed957a379e0cee91df6778e9283bddb918
parent0e72ac715007a85cf89683883bd84bdcfa185b0a
x86: Don't print CPU info in TPL

We don't need to do this and it is done (in more detail) in U-Boot proper.
Drop this to save code space.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/tpl.c