Patch by Denis Peter, 19 Mai 2003:
add support for the MIP405-3 board
diff --git a/board/mpl/vcma9/vcma9.c b/board/mpl/vcma9/vcma9.c
index e452a7b..4743e6b 100644
--- a/board/mpl/vcma9/vcma9.c
+++ b/board/mpl/vcma9/vcma9.c
@@ -216,9 +216,11 @@
 		Get_PLD_Version(), Get_PLD_Revision());
 }
 
+extern void mem_test_reloc(void);
 
 int last_stage_init(void)
 {
+	mem_test_reloc();
 	print_vcma9_rev();
 	show_stdio_dev();
 	check_env();