summaryrefslogtreecommitdiffstats
path: root/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc')
-rwxr-xr-xArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc b/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc
deleted file mode 100755
index 8783036b03..0000000000
--- a/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-// returns the base address of the SEC FV in flash on the EB board
-// change this address for where your platform's SEC FV is located
-// (or make it more intelligent to search for it)
-define /r FindFv()
-{
- return 0x40000000;
-}
-.
-
-include /s 'ZZZZZZ/EfiFuncs.inc'
-error=continue
-unload ,all
-error=abort
-LoadPeiSec()
-include C:\loadfiles.inc
-