From 9b3c53e2f6fb9ab85d1e8d0fa334f522469a7af6 Mon Sep 17 00:00:00 2001 From: yutaka Date: Tue, 1 Apr 2008 09:59:48 +0000 Subject: [PATCH] =?UTF-8?q?=E9=8D=B5=E8=A8=AD=E5=AE=9A=E5=BF=98=E3=82=8C?= 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@1029 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/firm/aes/ARM7/aes_init.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/firm/aes/ARM7/aes_init.h b/include/firm/aes/ARM7/aes_init.h index 000c2540..8ae88f55 100644 --- a/include/firm/aes/ARM7/aes_init.h +++ b/include/firm/aes/ARM7/aes_init.h @@ -159,6 +159,7 @@ void AESi_InitSeedWithRomHeader( ROM_Header* rom_header ); *---------------------------------------------------------------------------*/ static inline void AESi_InitSeed( void ) { + AESi_InitSeedWithRomHeader( (ROM_Header*)HW_TWL_ROM_HEADER_BUF ); } #ifdef __cplusplus