mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(更新: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:
parent
c2135086c0
commit
7260b8fdb7
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user