[Buildroot] [git commit branch/2019.05.x] configs/aarch64_efi: fix typo AARCH64 -> ARM64

Peter Korsgaard peter at korsgaard.com
Tue Sep 17 20:26:51 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=cc78d1f265992deac16160f616d1efd92b34539e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.05.x

There is no option BR2_TARGET_GRUB2_AARCH64_EFI but
BR2_TARGET_GRUB2_ARM64_EFI in grub2 package.

BR2_TARGET_GRUB2_ARM64_EFI was introduced by the commit [1].

[1] 273a27804a18c5e232907d5ef6bd01957cf090d7

Signed-off-by: Romain Naour <romain.naour at smile.fr>
Cc: Erico Nunes <nunes.erico at gmail.com>
Reviewed-by: Erico Nunes <nunes.erico at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 0525ca471160b0da8c1159c3ffbbdaeded93682f)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/aarch64_efi_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/aarch64_efi_defconfig b/configs/aarch64_efi_defconfig
index e87193218e..2aab6e9699 100644
--- a/configs/aarch64_efi_defconfig
+++ b/configs/aarch64_efi_defconfig
@@ -13,7 +13,7 @@ BR2_PACKAGE_HOST_GENIMAGE=y
 
 # Bootloader
 BR2_TARGET_GRUB2=y
-BR2_TARGET_GRUB2_AARCH64_EFI=y
+BR2_TARGET_GRUB2_ARM64_EFI=y
 
 # Filesystem / image
 BR2_TARGET_ROOTFS_EXT2=y


More information about the buildroot mailing list