diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-09-21 11:20:33 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-03 10:17:56 +0200 |
commit | 331ab60c4a418c39e5b1a05d4648a4155d0ad13e (patch) | |
tree | 063c707388c9756a043161dbb4ef1f1ffbcc48e0 /board/mpl/pati | |
parent | 6385b28116f775da4771b768ba9bf93c3aaaf26e (diff) | |
download | u-boot-midas-331ab60c4a418c39e5b1a05d4648a4155d0ad13e.tar.gz u-boot-midas-331ab60c4a418c39e5b1a05d4648a4155d0ad13e.tar.bz2 u-boot-midas-331ab60c4a418c39e5b1a05d4648a4155d0ad13e.zip |
mpl: Remove memory test relocation fixups
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/mpl/pati')
-rw-r--r-- | board/mpl/pati/pati.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/mpl/pati/pati.c b/board/mpl/pati/pati.c index 1b3b698ed9..e12bc423f4 100644 --- a/board/mpl/pati/pati.c +++ b/board/mpl/pati/pati.c @@ -144,7 +144,6 @@ const sdram_t sdram_table[] = { extern int mem_test (unsigned long start, unsigned long ramsize, int quiet); -extern void mem_test_reloc(void); /* * Get RAM size. @@ -334,7 +333,6 @@ void user_led1(int led_on) ****************************************************************/ int last_stage_init (void) { - mem_test_reloc(); init_ios(); return 0; } |