diff mbox series

[1/2] odroid-go2: do not disable EFI

Message ID 20210222092559.51294-2-royger@FreeBSD.org
State Accepted
Commit 4e456fb636bceee31f65415ed41c44cfb23e0257
Delegated to: Kever Yang
Headers show
Series odroid-go2: two small config changes | expand

Commit Message

Roger Pau Monné Feb. 22, 2021, 9:25 a.m. UTC
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>
---
 configs/odroid-go2_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Roger Pau Monné Feb. 24, 2021, 10:08 a.m. UTC | #1
Forgot to add maintainer, doing it now, sorry for the spam.

On Mon, Feb 22, 2021 at 10:25:58AM +0100, Roger Pau Monné wrote:
> 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>
> ---
>  configs/odroid-go2_defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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
> -- 
> 2.30.1
>
diff mbox series

Patch

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