diff options
Diffstat (limited to 'arch/nds32/lib')
-rw-r--r-- | arch/nds32/lib/board.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c index 074aabf..50ea30d 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(); |