summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/genmcf548x/start
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-04-28 06:34:00 +0000
committerChris Johns <chrisj@rtems.org>2009-04-28 06:34:00 +0000
commit820d1ab0841cbb96e0f80d090c2c7dd5876eef08 (patch)
tree3302bc233024ffead9c08c932d40427fca9b94f7 /c/src/lib/libbsp/m68k/genmcf548x/start
parent2009-04-28 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-820d1ab0841cbb96e0f80d090c2c7dd5876eef08.tar.bz2
2009-04-28 Chris Johns <chrisj@rtems.org>
* start/start.S: Update for boot_card command line change.
Diffstat (limited to 'c/src/lib/libbsp/m68k/genmcf548x/start')
-rw-r--r--c/src/lib/libbsp/m68k/genmcf548x/start/start.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/m68k/genmcf548x/start/start.S b/c/src/lib/libbsp/m68k/genmcf548x/start/start.S
index 6be143be8e..6b7e3b10cd 100644
--- a/c/src/lib/libbsp/m68k/genmcf548x/start/start.S
+++ b/c/src/lib/libbsp/m68k/genmcf548x/start/start.S
@@ -414,15 +414,11 @@ SYM(start_init):
move.l #_SpInit,sp /* relocate sp */
clrl d0 /* clear d0 */
- movel d0,a7@- /* environp == NULL */
- movel d0,a7@- /* argv == NULL */
- movel d0,a7@- /* argc == 0 */
+ movel d0,a7@- /* command line == 0 */
jsr boot_card /* boot rtems */
movel a7@+,d0
- movel a7@+,d0
- movel a7@+,d0
exit_multitasking:
nop