mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
small fix
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@847 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
ab0eac9c37
commit
6a0631dddb
@ -186,6 +186,7 @@ static BOOL CheckHeader(void)
|
||||
OS_TPrintf("ARM7 LTD ROM address: %08X\n", rhs->sub_ltd_rom_offset);
|
||||
OS_TPrintf("ARM7 LTD RAM address: %08X\n", rhs->sub_ltd_ram_address);
|
||||
OS_TPrintf("ARM7 LTD size : %08X\n", rhs->sub_ltd_size);
|
||||
#ifndef NO_SECURITY_CHECK
|
||||
// <20>‡<EFBFBD>˜‚Ù‚Ú<E2809A>Å“K‰»<E280B0>Ï‚Ý
|
||||
#ifndef FIRM_USE_TWLSDK_KEYS
|
||||
if ( rhs->platform_code != PLATFORM_CODE_TWL_LIMITED || // TWL Limited only
|
||||
@ -215,6 +216,7 @@ static BOOL CheckHeader(void)
|
||||
OS_TPrintf("Invalid ROM header for SDMC Launcher!\n");
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user