USG無線パッチ選択の修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@968 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
nakasima 2008-03-26 11:48:45 +00:00
parent f95f4cb225
commit 683e49f131

View File

@ -176,7 +176,7 @@ void BOOT_Ready( void )
// USG以前のDSアプリには無線パッチを適用
// キャッシュ領域の排他制御簡略化のためARM9で行う
if ( REBOOT_TARGET_DS_APP )
if ( target == REBOOT_TARGET_DS_APP )
{
DS_InsertWLPatch();
}