From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Tue, 27 Jul 2010 18:38:37 +0200 Subject: [U-Boot] Usage of bi_env ? In-Reply-To: <20100715212116.D922C153A7E@gemini.denx.de> References: <4C349814.2000804@googlemail.com> <20100715212116.D922C153A7E@gemini.denx.de> Message-ID: <4C4F0B8D.10303@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15.07.2010 23:21, Wolfgang Denk wrote: > Dear Dirk Behme, > > In message<4C349814.2000804@googlemail.com> you wrote: >> With U-Boot 2010.03 on an ARM board, the output of 'bdinfo' command gives: >> >> ... >> env_t = 0x00000000 >> ... >> >> The code in common/cmd_bdinfo.c for this is >> >> bd_t *bd = gd->bd; >> ... >> print_num ("env_t", (ulong)bd->bi_env); >> >> While checking if 0 for this value is correct or not, it looks to me >> that bi_env isn't set anywhere and is unused [1]. And it looks like >> bi_env is printed only in the ARM version of bdinfo. Do I miss >> anything here? > > You missed sending a patch that cleans this up :-) Fixed some minutes ago ;) Best regards Dirk