commit | 7d07641a90344e8f85d97db6f5198fa547f76380 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Fri May 23 11:38:58 2003 +0000 |
committer | wdenk <wdenk> | Fri May 23 11:38:58 2003 +0000 |
tree | 4d06ca4a5b01325e24293577cc47bb9a55285985 | |
parent | c704e2dc07d8f0a226cd7c9a2b28a6d7b6d80ffe [diff] [blame] |
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();