[U-Boot] [PATCH v3 031/108] x86: Don't print CPU info in TPL
Simon Glass
sjg at chromium.org
Mon Oct 21 03:37:56 UTC 2019
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 at 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
More information about the U-Boot
mailing list