mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
一部ロールバック
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@583 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
1048a23074
commit
ea8e8d89db
@ -86,7 +86,6 @@ void OS_BootWithRomHeaderFromFIRM( ROM_Header* rom_header )
|
||||
// post clear
|
||||
mem_list[i++] = NULL;
|
||||
SDK_ASSERT(i <= sizeof(mem_list)/sizeof(mem_list[0]));
|
||||
#if 0
|
||||
#ifdef FIRM_USE_TWLSDK_KEYS
|
||||
// TwlSDK内の鍵を使っている時は量産用CPUではブートしない
|
||||
#ifdef SDK_ARM9
|
||||
@ -98,7 +97,6 @@ void OS_BootWithRomHeaderFromFIRM( ROM_Header* rom_header )
|
||||
OS_Terminate();
|
||||
}
|
||||
#endif // FIRM_USE_SDK_KEYS
|
||||
#endif
|
||||
REBOOT_Execute(entry, wram_reg, mem_list, code_buf, stack_top, target, scfg, jtag);
|
||||
OS_Terminate();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user