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

Graeme Russ graeme.russ at gmail.com
Sun Apr 11 14:43:24 CEST 2010


Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
---
 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