diff mbox series

[1/1] configs: disable UEFI for Colibri VF610

Message ID 20220114222909.16837-1-heinrich.schuchardt@canonical.com
State Accepted, archived
Commit de44d80e99156a14ac20ee2df83ad3decf250ac1
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] configs: disable UEFI for Colibri VF610 | expand

Commit Message

Heinrich Schuchardt Jan. 14, 2022, 10:29 p.m. UTC
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(-)

Comments

Marcel Ziswiler Jan. 25, 2022, 7:33 a.m. UTC | #1
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
diff mbox series

Patch

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