summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-15 01:29:09 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-02-05 22:20:01 +0300
commitde44d80e99156a14ac20ee2df83ad3decf250ac1 (patch)
tree1e7756e4ae807bfe9d5b167dc5c9294570330b2b /configs
parent3aaabfe9ff4bbcd11096513b1b28d1fb0a40800f (diff)
downloadu-boot-de44d80e99156a14ac20ee2df83ad3decf250ac1.tar.xz
configs: disable UEFI for Colibri VF610
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/colibri_vf_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig
index 3d15f22b17..8cf8a31beb 100644
--- a/configs/colibri_vf_defconfig
+++ b/configs/colibri_vf_defconfig
@@ -105,4 +105,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