diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 04:40:50 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 04:40:50 +0000 |
commit | 3d73239a43550823bc0ef9810f2f515ef1a35c0c (patch) | |
tree | d899b473b9733dbd1f40e474beeb8d0419c3757d /MdePkg/Library | |
parent | 718715141abc0253f369ca55cce3b69c82913ee2 (diff) | |
download | edk2-platforms-3d73239a43550823bc0ef9810f2f515ef1a35c0c.tar.xz |
Remove the EBC architecture support.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6729 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf index 3919191e70..9f5c571db1 100644 --- a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf +++ b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf @@ -26,7 +26,7 @@ #
-# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
+# VALID_ARCHITECTURES = IA32 X64
#
[Packages]
|