mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ホットスタート時に1/50の確率でNANDファームが停止する箇所の暫定対策(I2Cアクセスが怪しいが確証は無い)。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1199 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
b561c0c59b
commit
2a9ab8cbaa
@ -194,12 +194,13 @@ void TwlSpMain( void )
|
|||||||
SetDebugLED(++step); // 0x82
|
SetDebugLED(++step); // 0x82
|
||||||
|
|
||||||
OS_InitFIRM();
|
OS_InitFIRM();
|
||||||
OS_EnableIrq();
|
|
||||||
OS_EnableInterrupts();
|
|
||||||
// 2: after OS_InitFIRM
|
// 2: after OS_InitFIRM
|
||||||
PUSH_PROFILE();
|
PUSH_PROFILE();
|
||||||
SetDebugLED(++step); // 0x83
|
SetDebugLED(++step); // 0x83
|
||||||
|
|
||||||
|
OS_EnableIrq();
|
||||||
|
OS_EnableInterrupts();
|
||||||
|
|
||||||
PostInit();
|
PostInit();
|
||||||
// 3: after PostInit
|
// 3: after PostInit
|
||||||
PUSH_PROFILE();
|
PUSH_PROFILE();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user