projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d628866
)
x86: Remove bi_env from do_bdinfo
author
Graeme Russ
<graeme.russ@gmail.com>
Thu, 7 Oct 2010 09:03:17 +0000
(20:03 +1100)
committer
Graeme Russ
<graeme.russ@gmail.com>
Thu, 7 Oct 2010 09:03:17 +0000
(20:03 +1100)
Commit
55e97429d1e6cf0976711e4e0f29ea924b7e5917
removed the definition
from /arch/i386/include/asm/u-boot.h but not its usage in do_bdinfo()
common/cmd_bdinfo.c
patch
|
blob
|
history
diff --git
a/common/cmd_bdinfo.c
b/common/cmd_bdinfo.c
index 6b611b1482969e222415dce677cd6acb463f0637..1326c8fac194901a48e3f2b09c1ef42d803b2f65 100644
(file)
--- a/
common/cmd_bdinfo.c
+++ b/
common/cmd_bdinfo.c
@@
-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);