We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06accd0 commit f9f9997Copy full SHA for f9f9997
1 file changed
exosphere/src/package2.c
@@ -478,7 +478,7 @@ void load_package2(coldboot_crt0_reloc_list_t *reloc_list) {
478
MAKE_REG32(PMC_BASE + 0x334) |= 0x10;
479
switch (exosphere_get_target_firmware()) {
480
case EXOSPHERE_TARGET_FIRMWARE_400:
481
- MAKE_REG32(PMC_BASE + 0x360) = 5;
+ MAKE_REG32(PMC_BASE + 0x360) = 0x105;
482
break;
483
case EXOSPHERE_TARGET_FIRMWARE_500:
484
MAKE_REG32(PMC_BASE + 0x360) = 6;
0 commit comments