Revert "grub-install: Check for arm-efi as a default target"

This reverts commit 082fd84d52.

Incorrect version of the patch was pushed into the git repo.

Reported-by: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Daniel Kiper 2019-02-26 15:07:28 +01:00 committed by Vincent Batts
parent 18f824dd18
commit efdfac9e2f
4 changed files with 1 additions and 32 deletions

View file

@ -319,7 +319,7 @@ get_default_platform (void)
#elif defined (__ia64__)
return "ia64-efi";
#elif defined (__arm__)
return grub_install_get_default_arm_platform ();
return "arm-uboot";
#elif defined (__aarch64__)
return "arm64-efi";
#elif defined (__amd64__) || defined (__x86_64__) || defined (__i386__)