summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-20 13:57:54 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-20 13:57:54 -0500
commita4fea82d1074a633832bbf2fce704fb0a4ee509a (patch)
tree3326e068a78291fdbfc797cb2c80bd0467ddaf84
parentep1a/startup/bspstart.c: BSP does not use SPRG0 (diff)
downloadrtems-a4fea82d1074a633832bbf2fce704fb0a4ee509a.tar.bz2
ss555/startup/bspstart.c: BSP does not use SPRG0
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c b/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c
index f27df697fa..4016c6175f 100644
--- a/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c
@@ -19,8 +19,6 @@
* Copyright (c) 1999, National Research Council of Canada
*/
-#warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c).
-
#include <rtems/bspIo.h>
#include <rtems/counter.h>
#include <bsp/bootcard.h>