diff options
Diffstat (limited to 'arch/sandbox/lib/board.c')
| -rw-r--r-- | arch/sandbox/lib/board.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/arch/sandbox/lib/board.c b/arch/sandbox/lib/board.c index 306d1ec33..c173bf96f 100644 --- a/arch/sandbox/lib/board.c +++ b/arch/sandbox/lib/board.c @@ -235,9 +235,6 @@ void board_init_r(gd_t *id, ulong dest_addr)  	/* initialize environment */  	env_relocate(); -	/* IP Address */ -	gd->bd->bi_ip_addr = getenv_IPaddr("ipaddr"); -  	stdio_init();	/* get the devices list going. */  	jumptable_init(); |