[U-Boot] [PATCH 2/2] x86: bdinfo: Drop meaningless values

Simon Glass sjg at chromium.org
Sat Aug 6 05:57:28 CEST 2016


These are not useful on x86 so do not print them.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 cmd/bdinfo.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c
index 696c67a..1be1cac 100644
--- a/cmd/bdinfo.c
+++ b/cmd/bdinfo.c
@@ -446,16 +446,6 @@ int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 	bd_t *bd = gd->bd;
 
 	print_bi_boot_params(bd);
-	print_num("bi_memstart",	bd->bi_memstart);
-	print_num("bi_memsize",		bd->bi_memsize);
-	print_num("bi_flashstart",	bd->bi_flashstart);
-	print_num("bi_flashsize",	bd->bi_flashsize);
-	print_num("bi_flashoffset",	bd->bi_flashoffset);
-	print_num("bi_sramstart",	bd->bi_sramstart);
-	print_num("bi_sramsize",	bd->bi_sramsize);
-	print_num("bi_bootflags",	bd->bi_bootflags);
-	print_mhz("cpufreq",		bd->bi_intfreq);
-	print_mhz("busfreq",		bd->bi_busfreq);
 
 	print_bi_dram(bd);
 
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list