]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/Bds: Fixed the deletion of boot option entries
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Jan 2013 11:50:59 +0000 (11:50 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Jan 2013 11:50:59 +0000 (11:50 +0000)
commit9127a094fd2214da6af972a1e322a04b9e16222d
tree4a5a32539da5fe222eb38bf71d1d8bf736ada37f
parent1ea3171660e62b5c5b18cae2c1a8a44d71f47b0b
ArmPlatformPkg/Bds: Fixed the deletion of boot option entries

When deleting a boot entry from the boot menu all next entries must
be copied one entry up to rearrange the BootOrder list.

This patch fixes the copy: each boot entry is 16 bits, not 8 bits.

Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14090 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Bds/BootOption.c