From 0610d21ed4ee2b8dee6baec896358ea1fe511f82 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 9 Nov 2009 15:18:24 +0000 Subject: [PATCH] 2009-11-09 Joel Sherrill * start/start.S: Remove warning. --- c/src/lib/libbsp/h8300/h8sim/ChangeLog | 4 ++++ c/src/lib/libbsp/h8300/h8sim/start/start.S | 6 +----- 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 + + * start/start.S: Remove warning. + 2009-10-21 Ralf Corsépius * 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