(更新:Akabane Jumpei)

カードが挿されても、セキュアバッファの再設定が行われていなかったので修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1490 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-05-23 05:07:26 +00:00
parent c590753fab
commit b700f63e31

View File

@ -344,10 +344,8 @@ static HotSwState LoadCardData(void)
// バッファを設定
s_cbData.pBootSegBuf = s_pBootSegBuffer;
#ifndef USE_WRAM_LOAD
s_cbData.pSecureSegBuf = s_pSecureSegBuffer;
s_cbData.pSecure2SegBuf= s_pSecure2SegBuffer;
#endif
// ロード処理開始
if(HOTSW_IsCardAccessible()){