Skip to content
Snippets Groups Projects
Commit 4abc9641 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "lrdpv2: Update t32 session window titlebars with current RAM dump path"

parents 847d7022 9cc9d8c6
No related branches found
No related tags found
No related merge requests found
......@@ -724,6 +724,8 @@ class RamDump():
startup_script = open(out_path + '/t32_startup_script.cmm', 'wb')
startup_script.write(('title \"' + out_path + '\"\n').encode('ascii', 'ignore'))
is_cortex_a53 = self.hw_id == 8916 or self.hw_id == 8939 or self.hw_id == 8936
if self.arm64 and is_cortex_a53:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment