2009-04-28 Chris Johns <chrisj@rtems.org>

* shared/start/start.S: Update for boot_card command line change.
This commit is contained in:
Chris Johns
2009-04-28 06:23:04 +00:00
parent 1c5ebc5421
commit 010e93365a
8 changed files with 32 additions and 9 deletions

View File

@@ -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