2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>

* start/start.S: Remove warning.
This commit is contained in:
Joel Sherrill
2009-11-09 15:18:24 +00:00
parent f3ddd7ba93
commit 0610d21ed4
2 changed files with 5 additions and 5 deletions

View File

@@ -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.

View File

@@ -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