2008-07-18 Till Straumann <strauman@slac.stanford.edu>

* startup/bspstart.c: removed warning about SPRG0
	now being used for IRQ mask; this BSP is OK.
This commit is contained in:
Till Straumann
2008-07-18 19:09:30 +00:00
parent f5119be40a
commit e620c556a3
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-07-18 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: removed warning about SPRG0
now being used for IRQ mask; this BSP is OK.
2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, preinstall.am: Need tm27.h * Makefile.am, preinstall.am: Need tm27.h

View File

@@ -19,8 +19,6 @@
* $Id$ * $Id$
*/ */
#warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c).
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>