OvmfPkg: remove OvmfVideo.rom references

The README is rather extended than trimmed, so that users grepping for the
file name have a pointer.

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14243 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2013-04-03 18:20:57 +00:00
parent 0a258796c1
commit e79095b7b7
2 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,7 @@ these binary outputs:
* OVMF.FD * OVMF.FD
- Please note! This filename has changed. Older releases used OVMF.Fv. - Please note! This filename has changed. Older releases used OVMF.Fv.
* OvmfVideo.rom * OvmfVideo.rom
- This file is not built separately any longer, starting with svn r13520.
More information on building OVMF can be found at: More information on building OVMF can be found at:

View File

@ -227,7 +227,6 @@ def create_zip(arch):
'FV' 'FV'
) )
zipf.write(os.path.join(FV_DIR, 'OVMF.fd'), 'OVMF.fd') zipf.write(os.path.join(FV_DIR, 'OVMF.fd'), 'OVMF.fd')
zipf.write(os.path.join(FV_DIR, 'OvmfVideo.rom'), 'OvmfVideo.rom')
zipf.close() zipf.close()
print '[done]' print '[done]'