]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0a7bf56cf56306a96993083d816e3a850634235e
treec10760ed957a379e0cee91df6778e9283bddb918
parent5aafc76fbd08f31a0fd9a05d1d96af269a1caa42
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