mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-26 11:42:09 +00:00
l4t: Clear payload mode from scratch0 reg
This commit is contained in:
parent
54faa38920
commit
a00f25d2f9
1 changed files with 3 additions and 0 deletions
|
@ -319,6 +319,9 @@ void config_hw()
|
||||||
sdram_init();
|
sdram_init();
|
||||||
|
|
||||||
bpmp_mmu_enable();
|
bpmp_mmu_enable();
|
||||||
|
|
||||||
|
// Clear flags from PMC_SCRATCH0
|
||||||
|
PMC(APBDEV_PMC_SCRATCH0) &= ~PMC_SCRATCH0_MODE_PAYLOAD;
|
||||||
}
|
}
|
||||||
|
|
||||||
void reconfig_hw_workaround(bool extra_reconfig, u32 magic)
|
void reconfig_hw_workaround(bool extra_reconfig, u32 magic)
|
||||||
|
|
Loading…
Reference in a new issue