diff mbox series

configs/aarch64_efi: fix typo AARCH64 -> ARM64

Message ID 20190906101203.7549-1-romain.naour@smile.fr
State Accepted
Headers show
Series configs/aarch64_efi: fix typo AARCH64 -> ARM64 | expand

Commit Message

Romain Naour Sept. 6, 2019, 10:12 a.m. UTC
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@smile.fr>
Cc: Erico Nunes <nunes.erico@gmail.com>
---
 configs/aarch64_efi_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Erico Nunes Sept. 6, 2019, 3:31 p.m. UTC | #1
On Fri, Sep 6, 2019 at 12:12 PM Romain Naour <romain.naour@smile.fr> wrote:
>
> 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

Nice catch, thanks.

Reviewed-by: Erico Nunes <nunes.erico@gmail.com>
Thomas Petazzoni Sept. 7, 2019, 7:57 p.m. UTC | #2
On Fri,  6 Sep 2019 12:12:03 +0200
Romain Naour <romain.naour@smile.fr> wrote:

> 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@smile.fr>
> Cc: Erico Nunes <nunes.erico@gmail.com>
> ---
>  configs/aarch64_efi_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Sept. 17, 2019, 8:27 p.m. UTC | #3
>>>>> "Romain" == Romain Naour <romain.naour@smile.fr> writes:

 > 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@smile.fr>
 > Cc: Erico Nunes <nunes.erico@gmail.com>

Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.
diff mbox series

Patch

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