pkg2: Add HOS 12.0.3 support
In 12.0.3 only FS is the relevant change. So add support for 12.0.3 emuMMC and NOGC
This commit is contained in:
@@ -609,7 +609,7 @@ try_load:
|
||||
// Try backup bootloader.
|
||||
if (bootloader_offset != BOOTLOADER_BACKUP_OFFSET)
|
||||
{
|
||||
EPRINTF("Trying backup bootloader...");
|
||||
EPRINTF("\nTrying backup bootloader...");
|
||||
bootloader_offset = BOOTLOADER_BACKUP_OFFSET;
|
||||
goto try_load;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user