X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmPlatformPkg%2FScripts%2FDs5%2Fedk2_debugger.py;fp=ArmPlatformPkg%2FScripts%2FDs5%2Fedk2_debugger.py;h=4cd378dffd160cbddd6d5f4616d28304e7399fce;hb=daa6cd876383ae16d17dc41e65635d8f9ac66d93;hp=9713f8bfaca2c1accc338893e1fe7a4d931f88d2;hpb=4092f1d3977d290bf7fbcaa1ff55784c080f136f;p=mirror_edk2.git diff --git a/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py b/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py index 9713f8bfac..4cd378dffd 100644 --- a/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py +++ b/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py @@ -222,4 +222,4 @@ class ArmPlatformDebugger: self.debug_info_table.load_all_symbols(self.verbose) except: # Debugger exception could be excepted if DRAM has not been initialized or if we have not started to run from DRAM yet - print "Note: no symbols have been found in System Memory (possible cause: the UEFI permanent memory has been installed yet)" + print "Note: no symbols have been found in System Memory (possible cause: the UEFI permanent memory has not been installed yet)"