Rename cluster to ccplex

This commit is contained in:
CTCaer
2020-06-14 01:09:17 +03:00
parent fa72d1154d
commit 8e836d958f
7 changed files with 28 additions and 28 deletions

View File

@@ -18,7 +18,7 @@
#include <string.h>
#include "smmu.h"
#include "../soc/cluster.h"
#include "../soc/ccplex.h"
#include "../soc/t210.h"
#include "../mem/mc_t210.h"
#include "../utils/util.h"
@@ -92,7 +92,7 @@ void smmu_enable()
if (smmu_used)
return;
cluster_boot_cpu0((u32)smmu_payload);
ccplex_boot_cpu0((u32)smmu_payload);
smmu_used = true;
msleep(150);