(更新:Akabane Jumpei)

・Bonding Optionの取得処理を追加

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1105 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-04-11 00:38:07 +00:00
parent 124ffddbe2
commit c74172d664

View File

@ -206,6 +206,9 @@ void HOTSW_Init(u32 threadPrio)
// Counter-Aの値を設定
reg_MI_MC2 = COUNTER_A;
// Bonding Optionの取得
s_bondingOp = SCFG_REG_GetBondingOption();
// カードブート用構造体の初期化
MI_CpuClear8(&s_cbData, sizeof(CardBootData));