mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
x86: Remove bi_env from do_bdinfo
Commit 55e97429d1
removed the definition
from /arch/i386/include/asm/u-boot.h but not its usage in do_bdinfo()
This commit is contained in:
parent
d628866474
commit
458379d674
1 changed files with 0 additions and 1 deletions
|
@ -385,7 +385,6 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|||
bd_t *bd = gd->bd;
|
||||
char buf[32];
|
||||
|
||||
print_num ("env_t", (ulong)bd->bi_env);
|
||||
print_num ("boot_params", (ulong)bd->bi_boot_params);
|
||||
print_num ("bi_memstart", bd->bi_memstart);
|
||||
print_num ("bi_memsize", bd->bi_memsize);
|
||||
|
|
Loading…
Add table
Reference in a new issue