Skip to content

Commit 430dd47

Browse files
committed
m1n1.fw.aop: Do not break t6000
Keep the MMIO ranges translation for iop-aop-nub.region_base to avoid SErrors while tracing bootargs patching. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent f5bcdd2 commit 430dd47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

proxyclient/m1n1/fw/aop/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ class AOPBase:
7171
def __init__(self, u):
7272
self.u = u
7373
self.nub_base = u.adt["/arm-io/aop/iop-aop-nub"].region_base
74-
if u.adt["arm-io"].compatible[0] == "arm-io,t6000":
75-
# argh
76-
self.nub_base -= 0x2_0000_0000
7774

7875
@property
7976
def _bootargs_span(self):

0 commit comments

Comments
 (0)