]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/Bds: Fix delete boot option
authorHarry Liebel <Harry.Liebel@arm.com>
Tue, 9 Sep 2014 15:58:33 +0000 (15:58 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 9 Sep 2014 15:58:33 +0000 (15:58 +0000)
commitc41bffd3805f6bd4cbe817c969d21485040f1e3a
treec2459dffa194dc675200bb49839752f8d0770c16
parent01289ec36fc530aebefa38085655d1d656b3339f
ArmPlatformPkg/Bds: Fix delete boot option

- We need to delete the boot option variable from storage not just
  adjust the BootOrder variable.
- The Linux tool 'efibootmgr' still showed the previously removed boot
  options.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel <Harry.Liebel@arm.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16070 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Bds/BootOption.c