summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-20 13:57:41 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-20 13:57:41 -0500
commitad4568770660bcfe500f326d769a181c0a1e1ad6 (patch)
tree0317670a28c793c4661ca1eb1790e530b676c2de
parentlibcpu/sh/sh7045/sci/sci.c: Eliminate use of obsolete method (diff)
downloadrtems-ad4568770660bcfe500f326d769a181c0a1e1ad6.tar.bz2
ep1a/startup/bspstart.c: BSP does not use SPRG0
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c b/c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c
index 47b6312204..dc675e2332 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c
@@ -11,8 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-#warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c).
-
#include <bsp/consoleIo.h>
#include <bsp/bootcard.h>
#include <libcpu/spr.h>