summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/start/start.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 17:30:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 17:30:01 +0000
commitfe3007d7cafeb4acff2d31e1e2d2aa35193b700f (patch)
treec6879fd15f8c267a07c312fb0db7daf340d1e7ad /c/src/lib/libbsp/powerpc/psim/start/start.S
parent2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fe3007d7cafeb4acff2d31e1e2d2aa35193b700f.tar.bz2
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, start/start.S: bsp_cleanup() had the same code which was executed when you returned from boot_card() to start.S. So just use the stub bsp_cleanup() implementation and remove a file. * startup/bspclean.c: Removed.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/psim/start/start.S')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/start/start.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/start/start.S b/c/src/lib/libbsp/powerpc/psim/start/start.S
index 95a5a52b20..8ff452c67b 100644
--- a/c/src/lib/libbsp/powerpc/psim/start/start.S
+++ b/c/src/lib/libbsp/powerpc/psim/start/start.S
@@ -113,8 +113,8 @@ _start:
/* Let her rip */
bl FUNC_NAME(boot_card)
- /* return value from boot_card is argument to exit */
- bl FUNC_NAME(exit)
- trap
+ li 10,99 /* 0x63 */
+ sc
+
.Lstart:
.size _start,.Lstart-_start