mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(更新: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:
parent
124ffddbe2
commit
c74172d664
@ -207,6 +207,9 @@ void HOTSW_Init(u32 threadPrio)
|
|||||||
// Counter-Aの値を設定
|
// Counter-Aの値を設定
|
||||||
reg_MI_MC2 = COUNTER_A;
|
reg_MI_MC2 = COUNTER_A;
|
||||||
|
|
||||||
|
// Bonding Optionの取得
|
||||||
|
s_bondingOp = SCFG_REG_GetBondingOption();
|
||||||
|
|
||||||
// カードブート用構造体の初期化
|
// カードブート用構造体の初期化
|
||||||
MI_CpuClear8(&s_cbData, sizeof(CardBootData));
|
MI_CpuClear8(&s_cbData, sizeof(CardBootData));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user