mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION
Unset CONFIG_EFI_UNICODE_CAPITALIZATION on boards with tough size
restrictions.
This is analogous to commit a90bf07afc
("efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION").
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
19bbd09825
commit
f127124f8b
1 changed files with 1 additions and 0 deletions
|
@ -72,3 +72,4 @@ CONFIG_VIDEO_FSL_DCU_FB=y
|
|||
CONFIG_VIDEO=y
|
||||
CONFIG_SYS_CONSOLE_FG_COL=0x00
|
||||
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||
# CONFIG_EFI_UNICODE_CAPITALIZATION is not set
|
||||
|
|
Loading…
Reference in a new issue