From: Roger Pau Monné <royger@FreeBSD.org>
Date: Mon, 22 Feb 2021 09:25:58 +0000 (+0100)
Subject: odroid-go2: do not disable EFI
X-Git-Tag: v2025.01-rc5-pxa1908~1940^2~3
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=4e456fb636bceee31f65415ed41c44cfb23e0257;p=u-boot.git

odroid-go2: do not disable EFI

Remove the unset of the EFI loader, it's possible for U-Boot to
provide a EFI environment on this board, and it's also required by
the FreeBSD loader which mandated EFI on Aarch64.

Signed-off-by: Roger Pau Monné <royger@FreeBSD.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
---

diff --git a/configs/odroid-go2_defconfig b/configs/odroid-go2_defconfig
index 5632b15611..be7ba09334 100644
--- a/configs/odroid-go2_defconfig
+++ b/configs/odroid-go2_defconfig
@@ -109,4 +109,3 @@ CONFIG_SPL_TINY_MEMSET=y
 CONFIG_TPL_TINY_MEMSET=y
 CONFIG_LZO=y
 CONFIG_ERRNO_STR=y
-# CONFIG_EFI_LOADER is not set