無線ファームパラメータのコピー元アドレスの設定(merged from trunk r1540)

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080524_SDK500fc_plus3_branch@1541 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
sato_masaki 2008-05-27 12:58:06 +00:00
parent 982e28b99f
commit 2281bc5641

View File

@ -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;