diff options
author | wdenk | 2003-05-23 11:38:58 +0000 |
---|---|---|
committer | wdenk | 2003-05-23 11:38:58 +0000 |
commit | 33149b8812d12dc57f31fa7bf2ec0c1451dbf6f0 (patch) | |
tree | 4d06ca4a5b01325e24293577cc47bb9a55285985 /board/mpl/vcma9 | |
parent | 9919f13cc1d39c0fe4ff0162673afe657539d762 (diff) |
Patch by Denis Peter, 19 Mai 2003:
add support for the MIP405-3 board
Diffstat (limited to 'board/mpl/vcma9')
-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 e452a7b2827..4743e6bacea 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(); |