mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-19 10:13:10 +00:00
m1n1.hv: t6020 support
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
9a2e530fed
commit
55ca08d482
1 changed files with 1 additions and 1 deletions
|
@ -1520,7 +1520,7 @@ class HV(Reloadable):
|
||||||
cpu_start = 0x54000 + die * 0x20_0000_0000
|
cpu_start = 0x54000 + die * 0x20_0000_0000
|
||||||
elif chip_id in (0x8112,):
|
elif chip_id in (0x8112,):
|
||||||
cpu_start = 0x34000 + die * 0x20_0000_0000
|
cpu_start = 0x34000 + die * 0x20_0000_0000
|
||||||
elif chip_id in (0x6021,):
|
elif chip_id in (0x6020, 0x6021):
|
||||||
cpu_start = 0x28000 + die * 0x20_0000_0000
|
cpu_start = 0x28000 + die * 0x20_0000_0000
|
||||||
else:
|
else:
|
||||||
self.log("CPUSTART unknown for this SoC!")
|
self.log("CPUSTART unknown for this SoC!")
|
||||||
|
|
Loading…
Reference in a new issue