From 820d1ab0841cbb96e0f80d090c2c7dd5876eef08 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 28 Apr 2009 06:34:00 +0000 Subject: 2009-04-28 Chris Johns * start/start.S: Update for boot_card command line change. --- c/src/lib/libbsp/sh/gensh4/start/start.S | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/sh/gensh4/start/start.S') diff --git a/c/src/lib/libbsp/sh/gensh4/start/start.S b/c/src/lib/libbsp/sh/gensh4/start/start.S index a70f0048a8..dd9eb97779 100644 --- a/c/src/lib/libbsp/sh/gensh4/start/start.S +++ b/c/src/lib/libbsp/sh/gensh4/start/start.S @@ -40,6 +40,10 @@ #include "rtems/score/sh4_regs.h" #include "rtems/score/sh7750_regs.h" +#warning Call to boot_card has changed and needs checking. +#warning The call is "void boot_card(const char* cmdline);" +#warning Please check and remove these warnings. + BEGIN_CODE PUBLIC(start) @@ -174,7 +178,7 @@ zero_bss: mov #0,r4 ! argc mov.l main_k,r0 jsr @r0 - mov #0,r5 ! argv - can place in dead slot + nop ! call exit mov r0,r4 -- cgit v1.2.3