diff options
author | wdenk <wdenk> | 2003-03-31 16:34:49 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-03-31 16:34:49 +0000 |
commit | 85ec0bcc1bc40a67368461fee0435d79305168b1 (patch) | |
tree | 084062015af4a61080c48c1796dcffbc90ab02f1 /lib_mips | |
parent | 506f044131515a80c7c8479a84df028be880b34e (diff) |
* Patch by Arun Dharankar, 24 Mar 2003:
- add threads / scheduler example code
* Add patches by Robert Schwebel, 31 Mar 2003:
- add ctrl-c support for kermit download
- align bdinfo output on ARM
* Add CPU ID, version, and clock speed for INCA-IP
Diffstat (limited to 'lib_mips')
-rw-r--r-- | lib_mips/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_mips/board.c b/lib_mips/board.c index 81909d37d02..a07cb3fe4a2 100644 --- a/lib_mips/board.c +++ b/lib_mips/board.c @@ -163,6 +163,7 @@ init_fnc_t *init_sequence[] = { serial_init, /* serial communications setup */ console_init_f, display_banner, /* say that we are here */ + checkboard, init_func_ram, NULL, }; |