arm: get rid of bi_env
bi_env is nowhere used, so delete it! Signed-off-by: Heiko Schocher <hs@denx.de> similar patch posted from Dirk Behme Tue Jul 27 18:36:09 CEST 2010 http://lists.denx.de/pipermail/u-boot/2010-July/074542.html
This commit is contained in:
committed by
Wolfgang Denk
parent
d1831c5ee6
commit
55e97429d1
@@ -330,7 +330,6 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||
bd_t *bd = gd->bd;
|
||||
|
||||
print_num ("arch_number", bd->bi_arch_number);
|
||||
print_num ("env_t", (ulong)bd->bi_env);
|
||||
print_num ("boot_params", (ulong)bd->bi_boot_params);
|
||||
|
||||
for (i=0; i<CONFIG_NR_DRAM_BANKS; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user