l4t: Clear payload mode from scratch0 reg

This commit is contained in:
CTCaer 2020-04-30 03:31:42 +03:00
parent 54faa38920
commit a00f25d2f9

View file

@ -319,6 +319,9 @@ void config_hw()
sdram_init();
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)