diff --git a/arch/i386/lib/board.c b/arch/i386/lib/board.c
index f3b6348551ea7058b68b72229c008a1985d6235b..af81cd5b2377e18c233de2253958baff533177d8 100644
--- a/arch/i386/lib/board.c
+++ b/arch/i386/lib/board.c
@@ -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)
 	/*