summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-04 11:16:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-04 11:16:44 +0000
commit6b738d13883c5fe91dc6d3d6c46468627bdf05c3 (patch)
tree2a582ef7eb72b126bc89409ed7bfc592b3298f39 /c
parent2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6b738d13883c5fe91dc6d3d6c46468627bdf05c3.tar.bz2
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Checked call to boot_card.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/arm/nds/ChangeLog4
-rw-r--r--c/src/lib/libbsp/arm/nds/start/start.S5
2 files changed, 4 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/arm/nds/ChangeLog b/c/src/lib/libbsp/arm/nds/ChangeLog
index cdfc066966..79319690fe 100644
--- a/c/src/lib/libbsp/arm/nds/ChangeLog
+++ b/c/src/lib/libbsp/arm/nds/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * start/start.S: Checked call to boot_card.
+
2009-04-28 Chris Johns <chrisj@rtems.org>
* start/start.S: Update for boot_card command line change.
diff --git a/c/src/lib/libbsp/arm/nds/start/start.S b/c/src/lib/libbsp/arm/nds/start/start.S
index ef9880b2b7..02b2c13a9a 100644
--- a/c/src/lib/libbsp/arm/nds/start/start.S
+++ b/c/src/lib/libbsp/arm/nds/start/start.S
@@ -1,8 +1,3 @@
-#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.
-
@---------------------------------------------------------------------------------
@ DS processor selection
@---------------------------------------------------------------------------------