x86: #ifdef out getenv_IPaddr()
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
parent
721c36705a
commit
535ad2db06
@ -280,8 +280,10 @@ void board_init_r(gd_t *id, ulong ram_start)
|
|||||||
show_boot_progress(0x26);
|
show_boot_progress(0x26);
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef CONFIG_CMD_NET
|
||||||
/* IP Address */
|
/* IP Address */
|
||||||
bd_data.bi_ip_addr = getenv_IPaddr ("ipaddr");
|
bd_data.bi_ip_addr = getenv_IPaddr ("ipaddr");
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_PCI)
|
#if defined(CONFIG_PCI)
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user