Skip to content

Commit

Permalink
Exosphere: fix warmboot constant for 4.0.0-4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Oct 17, 2018
1 parent 06accd0 commit f9f9997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exosphere/src/package2.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ void load_package2(coldboot_crt0_reloc_list_t *reloc_list) {
MAKE_REG32(PMC_BASE + 0x334) |= 0x10;
switch (exosphere_get_target_firmware()) {
case EXOSPHERE_TARGET_FIRMWARE_400:
MAKE_REG32(PMC_BASE + 0x360) = 5;
MAKE_REG32(PMC_BASE + 0x360) = 0x105;
break;
case EXOSPHERE_TARGET_FIRMWARE_500:
MAKE_REG32(PMC_BASE + 0x360) = 6;
Expand Down

0 comments on commit f9f9997

Please sign in to comment.