From: Marcel Ziswiler Date: Fri, 9 Nov 2018 14:31:14 +0000 (+0100) Subject: board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION X-Git-Tag: v2018.11~5^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f127124f8bfb9e83f4b6867ec9cd1db81085d0e5;p=platform%2Fkernel%2Fu-boot.git 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 a90bf07afc43 ("efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION"). Signed-off-by: Marcel Ziswiler Reviewed-by: Alexander Graf --- diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig index 5854910..38f450c 100644 --- a/configs/colibri_vf_defconfig +++ b/configs/colibri_vf_defconfig @@ -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