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:
yosiokat 2008-03-24 04:14:58 +00:00
parent acfd5f39f6
commit 85c12f27be

View File

@ -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) void *stack_top = (void*)OS_BOOT_STACK_TOP; // (HW_WRAM_AREA_END - HW_PRV_WRAM_SYSRV_SIZE - HW_SVC_STACK_SIZE)
#endif #endif
void *wram_reg = rom_header->s.main_wram_config_data; 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 scfg = TRUE; // no touch
BOOL jtag = FALSE; // no touch BOOL jtag = FALSE; // no touch
static u32 mem_list[32]; static u32 mem_list[32];