treewide: Add missing measure_gcc to prevent segfaults

oopsie! thanks @travmurav

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
This commit is contained in:
Konrad Dybcio
2024-02-15 21:58:48 +01:00
parent dd6e308bcb
commit 5078c423d8
5 changed files with 10 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ static struct gcc_mux gcc = {
.phys = 0x1400000,
.size = 0x1f0000,
.measure = measure_gcc,
.enable_reg = 0x30004,
.enable_mask = BIT(0),

View File

@@ -16,6 +16,8 @@ static struct gcc_mux gcc = {
.phys = 0x100000,
.size = 0x1f0000,
.measure = measure_gcc,
.enable_reg = 0x62004,
.enable_mask = BIT(0),

View File

@@ -17,6 +17,8 @@ static struct gcc_mux gcc = {
.phys = 0x1400000,
.size = 0x1f0000,
.measure = measure_gcc,
.enable_reg = 0x30004,
.enable_mask = BIT(0),

View File

@@ -17,6 +17,8 @@ static struct gcc_mux gcc = {
.phys = 0x1400000,
.size = 0x1f0000,
.measure = measure_gcc,
.enable_reg = 0x30004,
.enable_mask = BIT(0),

View File

@@ -44,6 +44,8 @@ static struct gcc_mux gcc = {
.phys = 0x162000,
.size = 0x1f0000,
.measure = measure_gcc,
.enable_reg = 0x8,
.enable_mask = BIT(0),