Skip to content

Commit f9f9997

Browse files
committed
Exosphere: fix warmboot constant for 4.0.0-4.1.0
1 parent 06accd0 commit f9f9997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exosphere/src/package2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ void load_package2(coldboot_crt0_reloc_list_t *reloc_list) {
478478
MAKE_REG32(PMC_BASE + 0x334) |= 0x10;
479479
switch (exosphere_get_target_firmware()) {
480480
case EXOSPHERE_TARGET_FIRMWARE_400:
481-
MAKE_REG32(PMC_BASE + 0x360) = 5;
481+
MAKE_REG32(PMC_BASE + 0x360) = 0x105;
482482
break;
483483
case EXOSPHERE_TARGET_FIRMWARE_500:
484484
MAKE_REG32(PMC_BASE + 0x360) = 6;

0 commit comments

Comments
 (0)