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/vcma9 | |
parent | 6385b28116f775da4771b768ba9bf93c3aaaf26e (diff) |
mpl: Remove memory test relocation fixups
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/mpl/vcma9')
-rw-r--r-- | board/mpl/vcma9/vcma9.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/mpl/vcma9/vcma9.c b/board/mpl/vcma9/vcma9.c index 3216d6347dc..2b64f44879c 100644 --- a/board/mpl/vcma9/vcma9.c +++ b/board/mpl/vcma9/vcma9.c @@ -312,11 +312,8 @@ int checkboard(void) } -extern void mem_test_reloc(void); - int last_stage_init(void) { - mem_test_reloc(); checkboard(); stdio_print_current_devices(); check_env(); |