diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-30 05:54:52 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-30 05:54:52 +0000 |
commit | 9d1cd80fa529cddf91bb7ddac97aa821ad5fce87 (patch) | |
tree | 46fc4a520533130f3d910f00217b7fad31659656 | |
parent | f4d9cc2bfaab96cce3fc0abb622e91cb1f4a9e8d (diff) | |
download | edk2-platforms-9d1cd80fa529cddf91bb7ddac97aa821ad5fce87.tar.xz |
Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS.
Signed-off-by: ydong10
Reviewed-by: niruiyu
Reviewed-by: gikidy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12490 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf b/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf index 519e8813d8..fd380d1e81 100644 --- a/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf +++ b/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf @@ -34,7 +34,6 @@ PCI_DEVICE_ID = 0x00A8
PCI_CLASS_CODE = 0x030000
PCI_REVISION = 0x00
- COMPRESS = TRUE
PCI_COMPRESS = TRUE
#
|