mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
TWL_MCUフリーレジスタ0の値に関係なく強制的にロゴスキップ
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20100611_RedLauncher_Remodel@2921 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
8b31c65255
commit
abe384f856
@ -188,7 +188,8 @@ void TwlMain( void )
|
||||
// you should comment out to clear GX/G2/DMA/TM/PAD register in reboot.c to retreive valid boot time
|
||||
STD_TSPrintf((char*)0x02FFCFC0, "\nLauncher Boot Time: %lld usec\n", OS_TicksToMicroSeconds(reg_OS_TM3CNT_L * (1024/64)));
|
||||
#endif
|
||||
|
||||
//ロゴスキップのため強制的にisVadlid、isHotStartフラグを立て、isResetSWフラグを立てない
|
||||
*(u8 *)HW_NAND_FIRM_HOTSTART_FLAG = 0x81;
|
||||
// システムメニュー初期化----------
|
||||
SYSM_Init( Alloc, Free ); // OS_Initの前でコールする必要あり。
|
||||
OS_Init();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user