summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/start/start.S
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-10-20 17:49:41 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-10-20 17:49:41 +0000
commit2d09d29866658198021be31d6f52cce674688003 (patch)
tree420dafd56a43d5effbe98c2a43304e2819302860 /c/src/lib/libbsp/powerpc/shared/start/start.S
parent2009-10-20 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-2d09d29866658198021be31d6f52cce674688003.tar.bz2
*** empty log message ***
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/start.S7
1 files changed, 1 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/start/start.S b/c/src/lib/libbsp/powerpc/shared/start/start.S
index 49c8c361e0..fa4b1f4b1e 100644
--- a/c/src/lib/libbsp/powerpc/shared/start/start.S
+++ b/c/src/lib/libbsp/powerpc/shared/start/start.S
@@ -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