*** empty log message ***

This commit is contained in:
Till Straumann
2009-10-20 17:49:41 +00:00
parent e33c621ed0
commit 2d09d29866
2 changed files with 6 additions and 6 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
* shared/start/start.S, shared/startup/bspstart.c:
let 'save_boot_params()' return a pointer to the commandline
saved by the BSP and pass this pointer on to 'boot_card()'.
2009-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/startup/linkcmds: Add __SBSS_END__ and __SBSS2_END__.
@@ -11,11 +11,6 @@
*
*/
#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.
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <rtems/powerpc/powerpc.h>
@@ -117,7 +112,7 @@ enter_C_code:
* We are now in a environment that is totally independent from
* bootloader setup.
*/
li r3, 0 /* command line */
/* pass result of 'save_boot_params' to 'boot_card' in R3 */
bl boot_card
bl _return_to_ppcbug