NANDコンテキストのコピーミス修正

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@943 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2008-03-25 10:22:43 +00:00
parent 1db4646ea8
commit d3591577c8

View File

@ -147,7 +147,7 @@ BOOL OSi_FromBromToMenu( void )
result = FALSE;
}
}
#if SDK_ARM7
#ifdef SDK_ARM7
// copy nand context
MI_CpuCopyFast( &fromBromBuf->SDNandContext, (void*)HW_SD_NAND_CONTEXT_BUF, sizeof(SDPortContextData) );
#endif