]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/create-release.py
OvmfPkg/README: Add information about OVMF flash layout
[mirror_edk2.git] / OvmfPkg / create-release.py
index 66774244a320dc8a73f9e410c541e1af1393bc22..6a6017a9f2d5cead0e123aa7e848bf7e4c861a45 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,6 @@ 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.close()\r
     print '[done]'\r
 \r