summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 15:18:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 15:18:24 +0000
commit0610d21ed4ee2b8dee6baec896358ea1fe511f82 (patch)
tree0ccc8465a32d010b12f416d8f541f5f7c8f2b6dd /c/src/lib/libbsp/h8300
parent2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-0610d21ed4ee2b8dee6baec896358ea1fe511f82.tar.bz2
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Remove warning.
Diffstat (limited to 'c/src/lib/libbsp/h8300')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/start/start.S6
2 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
index 98687227ae..1aab5b0327 100644
--- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog
+++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * start/start.S: Remove warning.
+
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY.
diff --git a/c/src/lib/libbsp/h8300/h8sim/start/start.S b/c/src/lib/libbsp/h8300/h8sim/start/start.S
index 9b3e53561c..87daeb8a47 100644
--- a/c/src/lib/libbsp/h8300/h8sim/start/start.S
+++ b/c/src/lib/libbsp/h8300/h8sim/start/start.S
@@ -1,10 +1,5 @@
; h8/300 and h8/300h start up file.
-#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.
-
#ifdef __H8300__
.text
@@ -19,6 +14,7 @@ _start:
cmp r1,r0
blo .loop
; call __main
+ mov.w #0,r0 ; pass in NULL
jsr @_boot_card
mov.w #0,r0 ; indicate reason to exit
sleep