mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(更新:Akabane Jumpei)
使っていない構造体メンバを削除。 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@545 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
2c5b3337da
commit
d38a93c77e
@ -239,8 +239,6 @@ typedef struct CardBootData{
|
|||||||
u32 romEmuBuf[ROM_EMULATION_DATA_SIZE/sizeof(u32)];
|
u32 romEmuBuf[ROM_EMULATION_DATA_SIZE/sizeof(u32)];
|
||||||
u32 keyBuf[KEY_BUF_SIZE];
|
u32 keyBuf[KEY_BUF_SIZE];
|
||||||
|
|
||||||
u64 secureSegNum;
|
|
||||||
|
|
||||||
CardTypeEx cardType;
|
CardTypeEx cardType;
|
||||||
|
|
||||||
BootSegmentData *pBootSegBuf;
|
BootSegmentData *pBootSegBuf;
|
||||||
|
|||||||
@ -233,9 +233,6 @@ BOOL HOTSW_Boot(void)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// セキュア領域の読み込みセグメント先頭番号(Segment4 ~ Segment7)
|
|
||||||
s_cbData.secureSegNum = 4;
|
|
||||||
|
|
||||||
// バッファを設定
|
// バッファを設定
|
||||||
s_cbData.pBootSegBuf = s_pBootSegBuffer;
|
s_cbData.pBootSegBuf = s_pBootSegBuffer;
|
||||||
s_cbData.pSecureSegBuf = s_pSecureSegBuffer;
|
s_cbData.pSecureSegBuf = s_pSecureSegBuffer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user