mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
mcc: Initialize cache_disable for t60xx
Shouldn't matter since this should be zero-initialized anyway, but clearer. Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
99e659ae01
commit
655299382d
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ int mcc_init_t6000(int node, int *path, bool t602x)
|
|||
mcc_regs[i].cache_ways = T6000_CACHE_WAYS;
|
||||
mcc_regs[i].cache_status_mask = T6000_CACHE_STATUS_MASK;
|
||||
mcc_regs[i].cache_status_val = T6000_CACHE_STATUS_VAL;
|
||||
mcc_regs[i].cache_disable = 0;
|
||||
|
||||
mcc_regs[i].tz = t602x ? &t602x_tz_regs : &t8103_tz_regs;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue