forked from Imagelibrary/rtems
2009-04-28 Chris Johns <chrisj@rtems.org>
* shared/start/start.S: Update for boot_card command line change.
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
* Micro-Research Finland Oy
|
||||
*/
|
||||
|
||||
#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 "bspopts.h"
|
||||
|
||||
.section .boot,"a",@progbits
|
||||
@@ -143,8 +148,6 @@ crt0:
|
||||
bi .clear_bss
|
||||
.end_clear_bss:
|
||||
mvi r1, 0
|
||||
mvi r2, 0
|
||||
mvi r3, 0
|
||||
mvhi r7, hi(boot_card)
|
||||
ori r7, r7, lo(boot_card)
|
||||
call r7
|
||||
|
||||
Reference in New Issue
Block a user