diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-12-07 11:32:26 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-12-07 11:32:26 +0000 |
commit | 4afc6a7bf2e75801630c298a312a0ab552a1369f (patch) | |
tree | 22efaa56864d5964f50574118c54e2728a85a484 /Tools/CCode/Source/GenSection | |
parent | 77206d75adb5b2f1763352e57e5211edb07a6101 (diff) | |
download | edk2-platforms-4afc6a7bf2e75801630c298a312a0ab552a1369f.tar.xz |
(1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION type to conform to spec.
(2) Remove unused library class EdkPeCoffLoaderX64Lib and library instance EdkPeCoffLoaderX64Lib, because current BasePeCoffLib can supports IA32, EBC,
& X64 images all.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2069 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode/Source/GenSection')
-rw-r--r-- | Tools/CCode/Source/GenSection/GenSection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/GenSection/GenSection.c b/Tools/CCode/Source/GenSection/GenSection.c index 8599346388..3209b1e3d0 100644 --- a/Tools/CCode/Source/GenSection/GenSection.c +++ b/Tools/CCode/Source/GenSection/GenSection.c @@ -429,7 +429,7 @@ Returns: break;
case EFI_STANDARD_COMPRESSION:
- CompressFunction = (COMPRESS_FUNCTION) TianoCompress;
+ CompressFunction = (COMPRESS_FUNCTION) EfiCompress;
break;
case EFI_CUSTOMIZED_COMPRESSION:
|