l4t: Clear boot mode if user canceled autoboot

This commit is contained in:
CTCaer
2020-08-15 13:12:41 +03:00
parent 3d05b58856
commit 98555b24f8
3 changed files with 4 additions and 3 deletions

View File

@@ -384,9 +384,6 @@ void hw_init()
sdram_init();
bpmp_mmu_enable();
// L4T: Clear flags from PMC_SCRATCH0.
PMC(APBDEV_PMC_SCRATCH0) &= ~PMC_SCRATCH0_MODE_PAYLOAD;
}
void hw_reinit_workaround(bool extra_reconfig, u32 magic)