カードがCPU使用になったので、AESで使用するDMAを2と3に

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1395 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2008-05-19 05:21:43 +00:00
parent b71b140376
commit 27ddfcdcf8

View File

@ -346,7 +346,7 @@ void SYSM_StartDecryptAESRegion( ROM_Header_Short *hs )
static AESCounter aesCounter;
#define DMA_SEND 1
#define DMA_SEND 2
#define DMA_RECV 3
static void ReplaceWithAes( void* ptr, u32 size )
{