mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
x86: bdinfo: Drop meaningless values
These are not useful on x86 so do not print them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
ddd917b8fa
commit
cd379a2dc8
1 changed files with 0 additions and 10 deletions
10
cmd/bdinfo.c
10
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue