]> git.proxmox.com Git - mirror_edk2.git/commit - EmbeddedPkg/Ebl/EfiDevice.c
EmbeddedPkg/Ebl: Fix EBL copy file command
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Sep 2011 22:52:16 +0000 (22:52 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Sep 2011 22:52:16 +0000 (22:52 +0000)
commit5439ccda50acf4f6e2c1cbd256a30ba555da3eda
tree5d986aad10a800681be1ea8afa8601ced744b308
parentc93ab96c015f878b9e20e7b524a566f49bab907b
EmbeddedPkg/Ebl: Fix EBL copy file command

In the previous version, this command was not working:
cp fs0:\zImage fs1:\

This change uses the source filename is the destination
filename is not specified.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12406 6f19259b-4bc3-4df7-8a09-765794883524
EmbeddedPkg/Ebl/EfiDevice.c