summaryrefslogtreecommitdiff
path: root/lib_sh/board.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-10-31 16:03:08 +0100
committerWolfgang Denk <wd@denx.de>2009-10-31 16:03:08 +0100
commitb91b8f74fe9ded18344c3d03080a4abc07254502 (patch)
treeb8e4ea59a93b72111e0fef035731e9388bcefbcd /lib_sh/board.c
parent98d92d8c9f4021629a45261ad5ec3f3595f3a27a (diff)
parent59434fe243962758742af5cb8e2ced976e17c302 (diff)
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'lib_sh/board.c')
-rw-r--r--lib_sh/board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib_sh/board.c b/lib_sh/board.c
index 5ed40e922b2..c97e20c3e1c 100644
--- a/lib_sh/board.c
+++ b/lib_sh/board.c
@@ -32,7 +32,6 @@
#include <miiphy.h>
#endif
-extern void malloc_bin_reloc (void);
extern int cpu_init(void);
extern int board_init(void);
extern int dram_init(void);
@@ -92,7 +91,6 @@ static int sh_mem_env_init(void)
{
mem_malloc_init(TEXT_BASE - CONFIG_SYS_GBL_DATA_SIZE -
CONFIG_SYS_MALLOC_LEN, CONFIG_SYS_MALLOC_LEN - 16);
- malloc_bin_reloc();
env_relocate();
jumptable_init();
return 0;