From e870e4b42a9e5922b44cd6f1821a8c538f9a4b9b Mon Sep 17 00:00:00 2001 From: yutaka Date: Wed, 16 Jan 2008 04:27:44 +0000 Subject: [PATCH] =?UTF-8?q?BOOTROM=E3=81=A7=E3=81=AESEED/KEY=E3=81=AE?= =?UTF-8?q?=E4=B8=8A=E6=9B=B8=E3=81=8D=E3=82=92=E3=82=84=E3=82=81=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@467 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/firm/aes/ARM7/aes_init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/firm/aes/ARM7/aes_init.h b/include/firm/aes/ARM7/aes_init.h index efa5e370..9804a053 100644 --- a/include/firm/aes/ARM7/aes_init.h +++ b/include/firm/aes/ARM7/aes_init.h @@ -75,7 +75,7 @@ void AESi_ResetAesKey( void ); static inline void AESi_InitKeysFIRM( void ) { AESi_InitKeysForApp( (u8*)((ROM_Header_Short*)HW_TWL_ROM_HEADER_BUF)->game_code ); - AESi_ResetAesKey(); +// AESi_ResetAesKey(); } /*---------------------------------------------------------------------------*