diff options
Diffstat (limited to 'board/mpl/vcma9/vcma9.c')
-rw-r--r-- | board/mpl/vcma9/vcma9.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/mpl/vcma9/vcma9.c b/board/mpl/vcma9/vcma9.c index e452a7b282..4743e6bace 100644 --- a/board/mpl/vcma9/vcma9.c +++ b/board/mpl/vcma9/vcma9.c @@ -216,9 +216,11 @@ void print_vcma9_rev(void) 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(); |