summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Pau Monné <royger@FreeBSD.org>2021-02-22 10:25:58 +0100
committerKever Yang <kever.yang@rock-chips.com>2021-03-30 16:53:00 +0800
commit4e456fb636bceee31f65415ed41c44cfb23e0257 (patch)
tree2473d2d7c543f43412cf0f29e7d618c6f1df115e
parent8a5a88308dd485f9203d7b5a38a75202e9f29853 (diff)
downloadu-boot-4e456fb636bceee31f65415ed41c44cfb23e0257.tar.gz
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>
-rw-r--r--configs/odroid-go2_defconfig1
1 files changed, 0 insertions, 1 deletions
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