]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/BdsLib: Fixed LinuxImageSize if uImagei format
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 24 Feb 2012 16:05:00 +0000 (16:05 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 24 Feb 2012 16:05:00 +0000 (16:05 +0000)
commit1093e3074fba9ddbb6e6a9738c1b53a0f7389bb7
treeca3b33c2255c10b5e59e1faa3ac888a4ab3d0c5c
parent48837c22861339eb46af60131b72d9f89aa228c1
ArmPkg/BdsLib: Fixed LinuxImageSize if uImagei format

The uImage is 64Bytes smaller (size of the u-boot header) than
the size of the file read from the file system.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13030 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/BdsLib/BdsLinuxLoader.c