mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
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);
|
||||
|
||||
|
||||
#ifdef CONFIG_CMD_NET
|
||||
/* IP Address */
|
||||
bd_data.bi_ip_addr = getenv_IPaddr ("ipaddr");
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_PCI)
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user