From 2d09d29866658198021be31d6f52cce674688003 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Tue, 20 Oct 2009 17:49:41 +0000 Subject: *** empty log message *** --- c/src/lib/libbsp/powerpc/shared/start/start.S | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/shared/start/start.S') 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 #include #include @@ -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 -- cgit v1.2.3