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(); } /*---------------------------------------------------------------------------*