summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/shared/start/start.S
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-04-28 06:23:04 +0000
committerChris Johns <chrisj@rtems.org>2009-04-28 06:23:04 +0000
commit010e93365a1662e779a9910de42af212b9edd198 (patch)
tree623287772c94d2190bf03702a012ea8278e765c2 /c/src/lib/libbsp/arm/shared/start/start.S
parent2009-04-28 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-010e93365a1662e779a9910de42af212b9edd198.tar.bz2
2009-04-28 Chris Johns <chrisj@rtems.org>
* shared/start/start.S: Update for boot_card command line change.
Diffstat (limited to 'c/src/lib/libbsp/arm/shared/start/start.S')
-rw-r--r--c/src/lib/libbsp/arm/shared/start/start.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/shared/start/start.S b/c/src/lib/libbsp/arm/shared/start/start.S
index 26e5c72747..51bdfa89e6 100644
--- a/c/src/lib/libbsp/arm/shared/start/start.S
+++ b/c/src/lib/libbsp/arm/shared/start/start.S
@@ -16,6 +16,11 @@
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
*/
+#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.
+
#include <bsp/linker-symbols.h>
#include <bsp/start.h>