Skip to content

Commit aaeb300

Browse files
committed
m1n1.hv: t6020 support
Signed-off-by: Hector Martin <[email protected]>
1 parent 83513c3 commit aaeb300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxyclient/m1n1/hv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ def cpustart_wh(base, off, data, width):
15201520
cpu_start = 0x54000 + die * 0x20_0000_0000
15211521
elif chip_id in (0x8112,):
15221522
cpu_start = 0x34000 + die * 0x20_0000_0000
1523-
elif chip_id in (0x6021,):
1523+
elif chip_id in (0x6020, 0x6021):
15241524
cpu_start = 0x28000 + die * 0x20_0000_0000
15251525
else:
15261526
self.log("CPUSTART unknown for this SoC!")

0 commit comments

Comments
 (0)