]> git.sur5r.net Git - u-boot/blobdiff - lib_blackfin/board.c
Blackfin: Remove relocation fixups
[u-boot] / lib_blackfin / board.c
index 3670d2caa404f4ca5bec9ffc8d480c51b6747814..bf943ea7817049d9330f31af7b1af69b9bc57f52 100644 (file)
@@ -296,7 +296,6 @@ static void board_net_init_r(bd_t *bd)
 
 void board_init_r(gd_t * id, ulong dest_addr)
 {
-       extern void malloc_bin_reloc(void);
        char *s;
        bd_t *bd;
        gd = id;
@@ -310,7 +309,6 @@ void board_init_r(gd_t * id, ulong dest_addr)
 
        /* initialize malloc() area */
        mem_malloc_init(CONFIG_SYS_MALLOC_BASE, CONFIG_SYS_MALLOC_LEN);
-       malloc_bin_reloc();
 
 #if    !defined(CONFIG_SYS_NO_FLASH)
        /* Initialize the flash and protect u-boot by default */