(更新:Akabane Jumpei)

使っていない構造体メンバを削除。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@545 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-01-30 02:40:29 +00:00
parent 2c5b3337da
commit d38a93c77e
2 changed files with 0 additions and 5 deletions

View File

@ -239,8 +239,6 @@ typedef struct CardBootData{
u32 romEmuBuf[ROM_EMULATION_DATA_SIZE/sizeof(u32)];
u32 keyBuf[KEY_BUF_SIZE];
u64 secureSegNum;
CardTypeEx cardType;
BootSegmentData *pBootSegBuf;

View File

@ -233,9 +233,6 @@ BOOL HOTSW_Boot(void)
#endif
// セキュア領域の読み込みセグメント先頭番号(Segment4 Segment7)
s_cbData.secureSegNum = 4;
// バッファを設定
s_cbData.pBootSegBuf = s_pBootSegBuffer;
s_cbData.pSecureSegBuf = s_pSecureSegBuffer;