[U-Boot] [RFC][PATCH 02/21] [x86] #ifdef out getenv_IPaddr()

Graeme Russ graeme.russ at gmail.com
Thu Mar 25 12:22:44 CET 2010


---
I cannot recall exactly why this is needed but it is

 lib_i386/board.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib_i386/board.c b/lib_i386/board.c
index f3b6348..af81cd5 100644
--- a/lib_i386/board.c
+++ b/lib_i386/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)
 	/*
-- 
1.7.0.2.182.ge007



More information about the U-Boot mailing list