summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-18 22:10:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-18 22:10:26 +0000
commitf45169a95fd79af53cb640e89e43ca86c4627e34 (patch)
treee80df7a92c9e35772dce4126d2e38eddca5cdb6f /c
parent2008-07-18 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-f45169a95fd79af53cb640e89e43ca86c4627e34.tar.bz2
2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: This BSP is OK with SPRG0.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/bspstart.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog
index a9d729e93e..e9ae1dd713 100644
--- a/c/src/lib/libbsp/powerpc/psim/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * startup/bspstart.c: This BSP is OK with SPRG0.
+
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Add fast idle.
diff --git a/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c b/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
index 974a220ca6..3ef2b8fa8e 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
@@ -14,8 +14,6 @@
* $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 <fcntl.h>
#include <bsp.h>