All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] configs: disable UEFI for Colibri VF610
@ 2022-01-14 22:29 Heinrich Schuchardt
  2022-01-25  7:33 ` Marcel Ziswiler
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2022-01-14 22:29 UTC (permalink / raw)
  To: Marcel Ziswiler; +Cc: u-boot, Heinrich Schuchardt

The size of the board file is limited to 520192 bytes. This conflicts with
the size requirement for the UEFI code.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 configs/colibri_vf_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig
index 350e1cf30e..c0a7e11a62 100644
--- a/configs/colibri_vf_defconfig
+++ b/configs/colibri_vf_defconfig
@@ -106,4 +106,4 @@ CONFIG_VIDEO_FSL_DCU_FB=y
 CONFIG_SPLASH_SCREEN_ALIGN=y
 CONFIG_OF_LIBFDT_OVERLAY=y
 CONFIG_FDT_FIXUP_PARTITIONS=y
-# CONFIG_EFI_UNICODE_CAPITALIZATION is not set
+# CONFIG_EFI_LOADER is not set
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] configs: disable UEFI for Colibri VF610
  2022-01-14 22:29 [PATCH 1/1] configs: disable UEFI for Colibri VF610 Heinrich Schuchardt
@ 2022-01-25  7:33 ` Marcel Ziswiler
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Ziswiler @ 2022-01-25  7:33 UTC (permalink / raw)
  To: heinrich.schuchardt; +Cc: u-boot

On Fri, 2022-01-14 at 23:29 +0100, Heinrich Schuchardt wrote:
> The size of the board file is limited to 520192 bytes. This conflicts with
> the size requirement for the UEFI code.
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

> ---
>  configs/colibri_vf_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig
> index 350e1cf30e..c0a7e11a62 100644
> --- a/configs/colibri_vf_defconfig
> +++ b/configs/colibri_vf_defconfig
> @@ -106,4 +106,4 @@ CONFIG_VIDEO_FSL_DCU_FB=y
>  CONFIG_SPLASH_SCREEN_ALIGN=y
>  CONFIG_OF_LIBFDT_OVERLAY=y
>  CONFIG_FDT_FIXUP_PARTITIONS=y
> -# CONFIG_EFI_UNICODE_CAPITALIZATION is not set
> +# CONFIG_EFI_LOADER is not set

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-25  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 22:29 [PATCH 1/1] configs: disable UEFI for Colibri VF610 Heinrich Schuchardt
2022-01-25  7:33 ` Marcel Ziswiler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.