diff options
Diffstat (limited to 'arch/nds32/lib/board.c')
| -rw-r--r-- | arch/nds32/lib/board.c | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c index 074aabf1e..7121313a8 100644 --- a/arch/nds32/lib/board.c +++ b/arch/nds32/lib/board.c @@ -369,9 +369,6 @@ void board_init_r(gd_t *id, ulong dest_addr)  	nds32_pci_init();  #endif -	/* IP Address */ -	gd->bd->bi_ip_addr = getenv_IPaddr("ipaddr"); -  	stdio_init();	/* get the devices list going. */  	jumptable_init(); @@ -402,12 +399,6 @@ void board_init_r(gd_t *id, ulong dest_addr)  	/* Initialize from environment */  	load_addr = getenv_ulong("loadaddr", 16, load_addr); -#if defined(CONFIG_CMD_NET) -	s = getenv("bootfile"); -	if (s != NULL) -		copy_filename(BootFile, s, sizeof(BootFile)); -#endif -  #ifdef BOARD_LATE_INIT  	board_late_init();  #endif  |