Skip to content
Snippets Groups Projects
Commit 458379d6 authored by Graeme Russ's avatar Graeme Russ
Browse files

x86: Remove bi_env from do_bdinfo

Commit 55e97429 removed the definition
from /arch/i386/include/asm/u-boot.h but not its usage in do_bdinfo()
parent d6288664
No related branches found
No related tags found
No related merge requests found
...@@ -385,7 +385,6 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) ...@@ -385,7 +385,6 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
bd_t *bd = gd->bd; bd_t *bd = gd->bd;
char buf[32]; char buf[32];
print_num ("env_t", (ulong)bd->bi_env);
print_num ("boot_params", (ulong)bd->bi_boot_params); print_num ("boot_params", (ulong)bd->bi_boot_params);
print_num ("bi_memstart", bd->bi_memstart); print_num ("bi_memstart", bd->bi_memstart);
print_num ("bi_memsize", bd->bi_memsize); print_num ("bi_memsize", bd->bi_memsize);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment