mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
無線ファームパラメータのコピー元アドレスの設定
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1540 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
128b78c602
commit
4018efb92a
@ -51,6 +51,11 @@ void OS_BootWithRomHeaderFromFIRM( ROM_Header* rom_header )
|
||||
static u32 mem_list[32];
|
||||
int i = 0;
|
||||
|
||||
#ifdef SDK_ARM9
|
||||
// 無線ファームパラメータのコピー元アドレスの設定
|
||||
*(u32 *)HW_PRELOAD_PARAMETER_ADDR = HW_PARAM_TWL_SETTINGS_DATA_DEFAULT;
|
||||
#endif
|
||||
|
||||
// pre clear
|
||||
/* 自身の static & bss のクリア */
|
||||
mem_list[i++] = (u32)SDK_STATIC_START;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user