ホットスタート時に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:
nakasima 2008-04-21 08:28:35 +00:00
parent b561c0c59b
commit 2a9ab8cbaa

View File

@ -194,12 +194,13 @@ void TwlSpMain( void )
SetDebugLED(++step); // 0x82
OS_InitFIRM();
OS_EnableIrq();
OS_EnableInterrupts();
// 2: after OS_InitFIRM
PUSH_PROFILE();
SetDebugLED(++step); // 0x83
OS_EnableIrq();
OS_EnableInterrupts();
PostInit();
// 3: after PostInit
PUSH_PROFILE();