summaryrefslogtreecommitdiffstats
path: root/board/mpl/mip405
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-09-21 11:20:33 -0500
committerWolfgang Denk <wd@denx.de>2009-10-03 10:17:56 +0200
commit331ab60c4a418c39e5b1a05d4648a4155d0ad13e (patch)
tree063c707388c9756a043161dbb4ef1f1ffbcc48e0 /board/mpl/mip405
parent6385b28116f775da4771b768ba9bf93c3aaaf26e (diff)
downloadblackbird-obmc-uboot-331ab60c4a418c39e5b1a05d4648a4155d0ad13e.tar.gz
blackbird-obmc-uboot-331ab60c4a418c39e5b1a05d4648a4155d0ad13e.zip
mpl: Remove memory test relocation fixups
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/mpl/mip405')
-rw-r--r--board/mpl/mip405/mip405.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/mpl/mip405/mip405.c b/board/mpl/mip405/mip405.c
index ae8eade64a..495e9bd88a 100644
--- a/board/mpl/mip405/mip405.c
+++ b/board/mpl/mip405/mip405.c
@@ -717,7 +717,6 @@ int post_hotkeys_pressed(void)
}
#endif
-extern void mem_test_reloc(void);
extern int mk_date (char *, struct rtc_time *);
int last_stage_init (void)
@@ -725,7 +724,7 @@ int last_stage_init (void)
unsigned long stop;
struct rtc_time newtm;
char *s;
- mem_test_reloc();
+
/* write correct LED configuration */
if (miiphy_write("ppc_4xx_eth0", 0x1, 0x14, 0x2402) != 0) {
printf ("Error writing to the PHY\n");
OpenPOWER on IntegriCloud