ARM9のブート処理の先頭で、念のためキャッシュケアを追加。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@954 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-03-26 04:56:16 +00:00
parent e7e887206a
commit 6f1eac754a

View File

@ -68,6 +68,7 @@ void BOOT_Ready( void )
// SYSMi_CheckEntryAddress();
// FinalizeCardPulledOut(); // カード抜け検出終了処理
DC_StoreAll();
BOOTi_ClearREG_RAM(); // レジスタRAMクリア
(void)GX_VBlankIntr( FALSE );