Skip to content

Commit

Permalink
OvmfPkg: remove OvmfVideo.rom references
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14243 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
jljusten committed Apr 3, 2013
1 parent 0a25879 commit e79095b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions OvmfPkg/README
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ these binary outputs:
* OVMF.FD
- Please note! This filename has changed. Older releases used OVMF.Fv.
* OvmfVideo.rom
- This file is not built separately any longer, starting with svn r13520.

More information on building OVMF can be found at:

Expand Down
1 change: 0 additions & 1 deletion OvmfPkg/create-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def create_zip(arch):
'FV'
)
zipf.write(os.path.join(FV_DIR, 'OVMF.fd'), 'OVMF.fd')
zipf.write(os.path.join(FV_DIR, 'OvmfVideo.rom'), 'OvmfVideo.rom')
zipf.close()
print '[done]'

Expand Down

0 comments on commit e79095b

Please sign in to comment.