diff options
Diffstat (limited to 'arch/x86/lib/init_helpers.c')
| -rw-r--r-- | arch/x86/lib/init_helpers.c | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/arch/x86/lib/init_helpers.c b/arch/x86/lib/init_helpers.c index 9f4dee034..a8741d0e6 100644 --- a/arch/x86/lib/init_helpers.c +++ b/arch/x86/lib/init_helpers.c @@ -179,14 +179,6 @@ int flash_init_r(void)  }  #endif -int init_ip_address_r(void) -{ -	/* IP Address */ -	bd_data.bi_ip_addr = getenv_IPaddr("ipaddr"); - -	return 0; -} -  #ifdef CONFIG_STATUS_LED  int status_led_set_r(void)  { |