NAMの仕様変更で無線ファームが壊せなくなっていたのに対応した。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2222 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
aoki_ryoma 2008-08-21 12:42:35 +00:00
parent d6713fcd09
commit 07be9696af

View File

@ -18,6 +18,8 @@
#include <twl.h>
#include <twl/nam.h>
#include <nitro/nvram/nvram.h>
#include <nitro/crypto.h>
#include "misc.h"
#include "fatalErrorMaker.h"
@ -70,7 +72,9 @@ void TwlMain( void )
NVRAMi_Init();
FS_Init( FS_DMA_NOT_USE );
CRYPTO_SetAllocator( Alloc, Free );
NAM_Init( Alloc, Free );
fatalMakerInit();
OS_TPrintf("begin mainloop\n");