commit | d520c0e3116f02b08adc94db4962d63fd138f544 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sat Apr 24 00:05:36 2010 +1000 |
committer | Wolfgang Denk <wd@denx.de> | Thu May 06 00:13:34 2010 +0200 |
tree | 6fde35202635eac11a8aacd8249790cfbe03917d | |
parent | 969e7774f810ba4706c547e074686584c612d431 [diff] [blame] |
x86: #ifdef out getenv_IPaddr() Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
diff --git a/arch/i386/lib/board.c b/arch/i386/lib/board.c index f3b6348..af81cd5 100644 --- a/arch/i386/lib/board.c +++ b/arch/i386/lib/board.c
@@ -280,8 +280,10 @@ show_boot_progress(0x26); +#ifdef CONFIG_CMD_NET /* IP Address */ bd_data.bi_ip_addr = getenv_IPaddr ("ipaddr"); +#endif #if defined(CONFIG_PCI) /*