mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
.gcdsfのNANDFIRM/NORFIRMプロパティへ空文字列を与えても良いようにmakegcdfirmを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@486 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
ce830c7c4e
commit
595deb7961
@ -602,6 +602,11 @@ static BOOL NandFirm_Command(char * line, int num)
|
||||
|
||||
debug_printf2("nandfirm = %s\n", line);
|
||||
|
||||
if ( ! line )
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// Set NANDFIRM ROM Offset
|
||||
if (!Offset)
|
||||
{
|
||||
@ -632,6 +637,11 @@ static BOOL NorFirm_Command(char * line, int num)
|
||||
|
||||
debug_printf2("norfirm = %s\n", line);
|
||||
|
||||
if ( ! line )
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// Set NORFIRM ROM Offset
|
||||
if (!Offset)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user