Make tsec checks faster and cover unluckiest cases

+ changes for readability
This commit is contained in:
Kostas Missos
2018-12-16 16:55:56 +02:00
parent 30d3c76655
commit 5ed875ce90
4 changed files with 17 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ void smmu_enable()
cluster_boot_cpu0((u32)smmu_payload);
smmu_used = true;
msleep(100);
msleep(150);
smmu_flush_all();
}