(更新:Akabane Jumpei)

・LoadCardData関数少し修正

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@790 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-03-03 23:29:28 +00:00
parent c2135086c0
commit 7260b8fdb7

View File

@ -304,8 +304,8 @@ static HotSwState LoadCardData(void)
s_cbData.pBootSegBuf = s_pBootSegBuffer;
s_cbData.pSecureSegBuf = s_pSecureSegBuffer;
// ブート処理開始
if(HOTSW_IsCardExist()){
// ロード処理開始
if(HOTSW_IsCardAccessible()){
// カード側でKey Tableをロードする
state = LoadTable();
retval = (retval == HOTSW_SUCCESS) ? state : retval;