
21 Oct
2019
21 Oct
'19
5:37 a.m.
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 ---
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