diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-09 02:22:11 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-13 21:48:52 -0400 |
commit | 370ec734557d0b0f266e6d0953229ee12cae5edd (patch) | |
tree | cede735178467f26cf8541f9ed1773258e8407ac /lib_blackfin | |
parent | 14abfe361b3ed23b02f564e2f5d663e158cd5799 (diff) | |
download | u-boot-imx-370ec734557d0b0f266e6d0953229ee12cae5edd.zip u-boot-imx-370ec734557d0b0f266e6d0953229ee12cae5edd.tar.gz u-boot-imx-370ec734557d0b0f266e6d0953229ee12cae5edd.tar.bz2 |
Blackfin: Remove relocation fixups
Blackfin pieces like commit 0630535e2d062dd73c1ceca5c6125c86d1127a49.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'lib_blackfin')
-rw-r--r-- | lib_blackfin/board.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib_blackfin/board.c b/lib_blackfin/board.c index 3670d2c..bf943ea 100644 --- a/lib_blackfin/board.c +++ b/lib_blackfin/board.c @@ -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 */ |