フラッシュ壊れシーケンスもDISABLE_INITIAL_SETTINGSスイッチでくるむ。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1733 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-06-26 16:15:02 +00:00
parent e5cf4c1452
commit c4b71c74c8

View File

@ -434,6 +434,7 @@ static TitleProperty *SYSMi_CheckShortcutBoot2( void )
MI_CpuClear8( &s_bootTitleBuf, sizeof(TitleProperty) ); MI_CpuClear8( &s_bootTitleBuf, sizeof(TitleProperty) );
#ifndef DISABLE_INITIAL_SETTINGS
//----------------------------------------------------- //-----------------------------------------------------
// TWL設定データ破損時のフラッシュ壊れシーケンス起動 // TWL設定データ破損時のフラッシュ壊れシーケンス起動
//----------------------------------------------------- //-----------------------------------------------------
@ -446,7 +447,6 @@ static TitleProperty *SYSMi_CheckShortcutBoot2( void )
//----------------------------------------------------- //-----------------------------------------------------
// TWL設定データ未設定時の初回起動シーケンス起動 // TWL設定データ未設定時の初回起動シーケンス起動
//----------------------------------------------------- //-----------------------------------------------------
#ifndef DISABLE_INITIAL_SETTINGS
if( !LCFG_TSD_IsFinishedInitialSetting() ) { if( !LCFG_TSD_IsFinishedInitialSetting() ) {
argument = 0; argument = 0;
isSetArgument = FALSE; isSetArgument = FALSE;