mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
OS_TPrintfをコメントアウト
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@65 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
19c9455f90
commit
32b5e233e9
@ -275,8 +275,7 @@ static u16 ReadAES(u32 block, void *dest, u16 count)
|
||||
{
|
||||
u32 offset = 0; // in bytes
|
||||
|
||||
OS_TPrintf("ReadAES(%d, 0x%08X, %d) is calling.\n", block, dest, count);
|
||||
|
||||
//OS_TPrintf("ReadAES(%d, 0x%08X, %d) is calling.\n", block, dest, count);
|
||||
MIi_NDmaPipeSetup( DMA_PIPE, (void*)SDIF_FI, (void*)REG_AES_IFIFO_ADDR, PIPE_SIZE );
|
||||
|
||||
/*
|
||||
@ -420,11 +419,6 @@ static BOOL nandRtfsAttachFirm( int driveno, int partition_no)
|
||||
BOOLEAN result;
|
||||
DDRIVE pdr;
|
||||
|
||||
if( partition_no >= NAND_FAT_PARTITION_COUNT )
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
pdr.dev_table_drive_io = nandRtfsIoFirm;
|
||||
pdr.dev_table_perform_device_ioctl = nandRtfsCtrl;
|
||||
pdr.register_file_address = (dword) 0; /* Not used */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user