mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
experiments/dcp_iboot.py: Do not dump DART
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
e468e08603
commit
9cdf2b5d06
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ print(f"Framebuffer at {u.ba.video.base:#x}")
|
|||
|
||||
dart = DART.from_adt(u, "arm-io/dart-dcp")
|
||||
disp_dart = DART.from_adt(u, "arm-io/dart-disp0")
|
||||
disp_dart.dump_all()
|
||||
#disp_dart.dump_all()
|
||||
|
||||
dcp_addr = u.adt["arm-io/dcp"].get_reg(0)[0]
|
||||
dcp = DCPIBootClient(u, dcp_addr, dart, disp_dart)
|
||||
|
|
Loading…
Reference in a new issue