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 <s...@chromium.org>
---

Changes in v3: None
Changes in v2: None

 arch/x86/lib/tpl.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/x86/lib/tpl.c b/arch/x86/lib/tpl.c
index 363984f7f27..815849c7ff1 100644
--- a/arch/x86/lib/tpl.c
+++ b/arch/x86/lib/tpl.c
@@ -45,11 +45,6 @@ static int x86_tpl_init(void)
                return ret;
        }
        preloader_console_init();
-       ret = print_cpuinfo();
-       if (ret) {
-               debug("%s: print_cpuinfo() failed\n", __func__);
-               return ret;
-       }
 
        return 0;
 }
-- 
2.23.0.866.gb869b98d4c-goog

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to