diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-13 09:33:49 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-13 09:33:49 +0000 |
commit | 151daa57732eaeacf286f63ea05bbe08c0e27c3c (patch) | |
tree | 0d332b62676f49a30765f2aabbb0459f295a5821 /ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc | |
parent | 48a9d5f7781e430c54cfc2964243580c56384310 (diff) | |
download | edk2-platforms-151daa57732eaeacf286f63ea05bbe08c0e27c3c.tar.xz |
ArmRealViewEbPkg: Delete the deprecated package 'ArmRealViewEbPkg'
ARM RealView Emulation Board is supporting by the package: ArmPlatformPkg/ArmRealViewEbPkg/
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12337 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc')
-rwxr-xr-x | ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc | 16 |
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
-
|