summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/start/start.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-17 20:41:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-17 20:41:37 +0000
commit2dc009104677e6bdcd4866184282d07089b03f6a (patch)
tree27b4b4cc11348e0157c44b294b721373f75290af /c/src/lib/libbsp/powerpc/psim/start/start.S
parent2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2dc009104677e6bdcd4866184282d07089b03f6a.tar.bz2
2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S, startup/bspstart.c: Fix warnings.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/psim/start/start.S')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/start/start.S8
1 files changed, 1 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/start/start.S b/c/src/lib/libbsp/powerpc/psim/start/start.S
index 9dadef76a7..2e32543fb7 100644
--- a/c/src/lib/libbsp/powerpc/psim/start/start.S
+++ b/c/src/lib/libbsp/powerpc/psim/start/start.S
@@ -17,11 +17,6 @@
* $Id$
*/
-#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 <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>
@@ -110,9 +105,8 @@ _start:
stwu sp,-56(sp) /* push another stack frame */
bl FUNC_NAME(__eabi)
- li r3, 0 /* command line */
-
/* Let her rip */
+ li r3, 0 /* command line */
bl FUNC_NAME(boot_card)
li 10,99 /* 0x63 */