summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-04-28 06:33:16 +0000
committerChris Johns <chrisj@rtems.org>2009-04-28 06:33:16 +0000
commit976b1594f10af948920682bdc1aea817e357e5d5 (patch)
treec546db5ac6fe45b83c8aee7cba699e96272ff566 /c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S
parent2009-04-28 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-976b1594f10af948920682bdc1aea817e357e5d5.tar.bz2
2009-04-28 Chris Johns <chrisj@rtems.org>
* startup/start.S: Update for boot_card command line change.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S7
1 files changed, 5 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S b/c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S
index 42bbdb07d2..b7e557ee02 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S
@@ -24,6 +24,11 @@
#include <bsp.h>
#include <mpc8xx.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.
+
.extern boot_card
.section ".entry"
@@ -144,8 +149,6 @@ start_code_in_ram:
/* Clear argc, argv and envp */
xor r3, r3, r3
- xor r4, r4, r4
- xor r5, r5, r5
bl SYM (boot_card) /* Call the first C routine */