mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
REBOOT_TARGET_TWL_SECUREに修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@923 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
acfd5f39f6
commit
85c12f27be
@ -42,7 +42,7 @@ void OS_BootWithRomHeaderFromFIRM( ROM_Header* rom_header )
|
||||
void *stack_top = (void*)OS_BOOT_STACK_TOP; // (HW_WRAM_AREA_END - HW_PRV_WRAM_SYSRV_SIZE - HW_SVC_STACK_SIZE)
|
||||
#endif
|
||||
void *wram_reg = rom_header->s.main_wram_config_data;
|
||||
REBOOTTarget target = REBOOT_TARGET_TWL_SECURE_SYSTEM;
|
||||
REBOOTTarget target = REBOOT_TARGET_TWL_SECURE;
|
||||
BOOL scfg = TRUE; // no touch
|
||||
BOOL jtag = FALSE; // no touch
|
||||
static u32 mem_list[32];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user