From 976b1594f10af948920682bdc1aea817e357e5d5 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 28 Apr 2009 06:33:16 +0000 Subject: 2009-04-28 Chris Johns * startup/start.S: Update for boot_card command line change. --- c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start.S | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mpc55xxevb') diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog b/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog index 79cb1fa299..49fe323e32 100644 --- a/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog @@ -1,3 +1,7 @@ +2009-04-28 Chris Johns + + * startup/start.S: Update for boot_card command line change. + 2009-02-12 Joel Sherrill * startup/bspstart.c: Change prototype of IDLE thread to consistently diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start.S b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start.S index b634f77265..6caf618828 100644 --- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start.S +++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start.S @@ -18,6 +18,11 @@ * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE. */ +#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. + /** * @defgroup mpc55xx_asm Assembler files * @@ -207,10 +212,8 @@ start: * Start RTEMS */ - /* Clear argc, argv and envp */ + /* Clear command line */ xor r3, r3, r3 - xor r4, r4, r4 - xor r5, r5, r5 /* Start RTEMS */ bl SYM (boot_card) -- cgit v1.2.3