diff options
Diffstat (limited to 'arch/nds32/lib')
| -rw-r--r-- | arch/nds32/lib/board.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c index 2164a505f..17d3ee071 100644 --- a/arch/nds32/lib/board.c +++ b/arch/nds32/lib/board.c @@ -306,8 +306,6 @@ void board_init_r(gd_t *id, ulong dest_addr)  	bd_t *bd;  	ulong malloc_start; -	extern void malloc_bin_reloc(void); -  	gd = id;  	bd = gd->bd; |