]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/create-release.py
Update to use correct file name for video option.
[mirror_edk2.git] / OvmfPkg / create-release.py
index 66774244a320dc8a73f9e410c541e1af1393bc22..508c091937468cc15a4cccbc6ccd0f33833b0a79 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python\r
 #\r
-# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
@@ -227,7 +227,7 @@ def create_zip(arch):
         'FV'\r
         )\r
     zipf.write(os.path.join(FV_DIR, 'OVMF.fd'), 'OVMF.fd')\r
-    zipf.write(os.path.join(FV_DIR, 'CirrusLogic5446.rom'), 'CirrusLogic5446.rom')\r
+    zipf.write(os.path.join(FV_DIR, 'OvmfVideo.rom'), 'OvmfVideo.rom')\r
     zipf.close()\r
     print '[done]'\r
 \r