OS_BOOTTYPE_NANDを定義するようにした

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@526 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2008-01-28 02:14:00 +00:00
parent 6d7e49bf76
commit 4be39e6db1
4 changed files with 5 additions and 0 deletions

View File

@ -292,6 +292,7 @@ void TwlMain( void )
}
#endif
( (OSBootInfo *)OS_GetBootInfo() )->boot_type = OS_BOOTTYPE_NAND;
OS_BootFromFIRM();
end:

View File

@ -333,9 +333,11 @@ void TwlMain( void )
}
OS_TPrintf("\n[ARM9] End\n");
PXI_NotifyID( FIRM_PXI_ID_NULL );
OS_SetTick(0);
}
#endif
( (OSBootInfo *)OS_GetBootInfo() )->boot_type = OS_BOOTTYPE_NAND;
OS_BootFromFIRM();
end:

View File

@ -342,6 +342,7 @@ void TwlMain( void )
}
#endif
( (OSBootInfo *)OS_GetBootInfo() )->boot_type = OS_BOOTTYPE_NAND;
OS_BootFromFIRM();
end:

View File

@ -316,6 +316,7 @@ void TwlMain( void )
}
#endif
( (OSBootInfo *)OS_GetBootInfo() )->boot_type = OS_BOOTTYPE_NAND;
OS_BootFromFIRM();
end: