Skip to content
Snippets Groups Projects
Commit 535ad2db authored by Graeme Russ's avatar Graeme Russ Committed by Wolfgang Denk
Browse files

x86: #ifdef out getenv_IPaddr()

parent 721c3670
No related branches found
No related tags found
No related merge requests found
......@@ -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)
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment