summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-11-14 17:38:35 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-11-14 17:38:35 +0200
commitb03c0ca45d23ce5b1927d8b3e3cd5d1019727bab (patch)
tree3e0a515bd8459894a520fb0ad9784b1940990a77
parenta857824026170a21b1723e8ea053bc68651b3335 (diff)
HiKeyPkg: use distro agnostic directory /EFI/BOOT
fastboot.efi/grubaa64.efi are located under /EFI/BOOT intead of /EFI/DEBIAN Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--HisiPkg/HiKeyPkg/Drivers/HiKeyDxe/InstallBootMenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/HisiPkg/HiKeyPkg/Drivers/HiKeyDxe/InstallBootMenu.c b/HisiPkg/HiKeyPkg/Drivers/HiKeyDxe/InstallBootMenu.c
index 47b1095b0..a0b352b26 100644
--- a/HisiPkg/HiKeyPkg/Drivers/HiKeyDxe/InstallBootMenu.c
+++ b/HisiPkg/HiKeyPkg/Drivers/HiKeyDxe/InstallBootMenu.c
@@ -61,13 +61,13 @@ STATIC UINT16 mBootIndex = 0;
STATIC struct HiKeyBootEntry Entries[] = {
[HIKEY_BOOT_ENTRY_FASTBOOT] = {
- L"VenHw(B549F005-4BD4-4020-A0CB-06F42BDA68C3)/HD(6,GPT,5C0F213C-17E1-4149-88C8-8B50FB4EC70E,0x7000,0x20000)/\\EFI\\DEBIAN\\FASTBOOT.EFI",
+ L"VenHw(B549F005-4BD4-4020-A0CB-06F42BDA68C3)/HD(6,GPT,5C0F213C-17E1-4149-88C8-8B50FB4EC70E,0x7000,0x20000)/\\EFI\\BOOT\\FASTBOOT.EFI",
NULL,
L"fastboot",
LOAD_OPTION_CATEGORY_APP
},
[HIKEY_BOOT_ENTRY_GRUB_EMMC] = {
- L"VenHw(B549F005-4BD4-4020-A0CB-06F42BDA68C3)/HD(6,GPT,5C0F213C-17E1-4149-88C8-8B50FB4EC70E,0x7000,0x20000)/\\EFI\\DEBIAN\\GRUBAA64.EFI",
+ L"VenHw(B549F005-4BD4-4020-A0CB-06F42BDA68C3)/HD(6,GPT,5C0F213C-17E1-4149-88C8-8B50FB4EC70E,0x7000,0x20000)/\\EFI\\BOOT\\GRUBAA64.EFI",
NULL,
L"grub on eMMC",
LOAD_OPTION_CATEGORY_APP