summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-04 00:50:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-04 00:50:49 +0000
commit81fb3d364642a37e29f79e505a8757c4fa907f99 (patch)
tree6eb2e9de456163217edaceca703d629f83a7d42f /c/src/lib/libbsp/sparc
parent2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-81fb3d364642a37e29f79e505a8757c4fa907f99.tar.bz2
2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/start.S: Checked and OK.
Diffstat (limited to 'c/src/lib/libbsp/sparc')
-rw-r--r--c/src/lib/libbsp/sparc/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sparc/shared/start.S5
2 files changed, 4 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/sparc/ChangeLog b/c/src/lib/libbsp/sparc/ChangeLog
index fd8b237697..85264c7610 100644
--- a/c/src/lib/libbsp/sparc/ChangeLog
+++ b/c/src/lib/libbsp/sparc/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * shared/start.S: Checked and OK.
+
2009-04-28 Chris Johns <chrisj@rtems.org>
* shared/start/start.S: Update for boot_card command line change.
diff --git a/c/src/lib/libbsp/sparc/shared/start.S b/c/src/lib/libbsp/sparc/shared/start.S
index 0568a18a05..1918d40ff1 100644
--- a/c/src/lib/libbsp/sparc/shared/start.S
+++ b/c/src/lib/libbsp/sparc/shared/start.S
@@ -20,11 +20,6 @@
#include <rtems/asm.h>
#include <bspopts.h>
-#warning Call to boot_card has changed and needs checking.
-#warning The call is "void boot_card(const char* cmdline);"
-#warning You need to pass a NULL.
-#warning Please check and remove these warnings.
-
/*
* Unexpected trap will halt the processor by forcing it to error state
*/