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/board.c | |
| parent | 506f044131515a80c7c8479a84df028be880b34e (diff) | |
| download | olio-uboot-2014.01-85ec0bcc1bc40a67368461fee0435d79305168b1.tar.xz olio-uboot-2014.01-85ec0bcc1bc40a67368461fee0435d79305168b1.zip | |
* 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/board.c')
| -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 81909d37d..a07cb3fe4 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,  }; |