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

@ -18,12 +18,6 @@
#include <grub/util/install.h>
const char *
grub_install_get_default_arm_platform (void)
{
return "arm-uboot";
}
const char *
grub_install_get_default_x86_platform (void)
{