diff options
author | Heiko Schocher <hs@denx.de> | 2010-09-17 13:10:28 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-19 19:29:50 +0200 |
commit | 55e97429d1e6cf0976711e4e0f29ea924b7e5917 (patch) | |
tree | 72204461c1c6e67a52aab5704d4db4ee4fe41a37 /common/cmd_bdinfo.c | |
parent | d1831c5ee61a2d3f8c2248eb9822d5a9c8c9c017 (diff) | |
download | u-boot-imx-55e97429d1e6cf0976711e4e0f29ea924b7e5917.zip u-boot-imx-55e97429d1e6cf0976711e4e0f29ea924b7e5917.tar.gz u-boot-imx-55e97429d1e6cf0976711e4e0f29ea924b7e5917.tar.bz2 |
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
Diffstat (limited to 'common/cmd_bdinfo.c')
-rw-r--r-- | common/cmd_bdinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index 84c6ec8..7a96d95 100644 --- a/common/cmd_bdinfo.c +++ b/common/cmd_bdinfo.c @@ -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) { |