commit | 09455d3a8fe0f3413a820fc26f016a2d9ec496e8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 20 21:37:56 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Nov 03 07:20:28 2019 +0800 |
tree | c10760ed957a379e0cee91df6778e9283bddb918 | |
parent | 0e72ac715007a85cf89683883bd84bdcfa185b0a [diff] |
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>