mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
REBOOT_Execute再仕様変更に対応。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@985 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
ddb34e418b
commit
75d128d580
@ -47,6 +47,7 @@ void OS_BootWithRomHeaderFromFIRM( ROM_Header* rom_header )
|
||||
BOOL scfg = TRUE; // no touch
|
||||
BOOL set_jtag = FALSE; // no touch
|
||||
BOOL forbid_jtag = FALSE; // no touch
|
||||
BOOL psram_4mb = FALSE; // no touch
|
||||
static u32 mem_list[32];
|
||||
int i = 0;
|
||||
|
||||
@ -117,7 +118,7 @@ void OS_BootWithRomHeaderFromFIRM( ROM_Header* rom_header )
|
||||
OS_Terminate();
|
||||
}
|
||||
#endif // FIRM_USE_SDK_KEYS
|
||||
REBOOT_Execute(entry, wram_reg, mem_list, code_buf, stack_top, target, scfg, set_jtag, forbid_jtag);
|
||||
REBOOT_Execute(entry, wram_reg, mem_list, code_buf, stack_top, target, scfg, set_jtag, forbid_jtag, psram_4mb);
|
||||
OS_Terminate();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user