From 85c12f27be0077ff0ffcec07c3400b932b0d2538 Mon Sep 17 00:00:00 2001 From: yosiokat Date: Mon, 24 Mar 2008 04:14:58 +0000 Subject: [PATCH] =?UTF-8?q?REBOOT=5FTARGET=5FTWL=5FSECURE=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@923 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/libraries/os/common/os_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/libraries/os/common/os_boot.c b/build/libraries/os/common/os_boot.c index 09617c7d..279c0117 100644 --- a/build/libraries/os/common/os_boot.c +++ b/build/libraries/os/common/os_boot.c @@ -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];