diff mbox series

[U-Boot,v1,1/2] board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION

Message ID 20181107223947.31783-1-marcel@ziswiler.com
State Superseded
Delegated to: Stefano Babic
Headers show
Series [U-Boot,v1,1/2] board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION | expand

Commit Message

Marcel Ziswiler Nov. 7, 2018, 10:39 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

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 <marcel.ziswiler@toradex.com>

---

 configs/colibri_vf_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Alexander Graf Nov. 7, 2018, 11:37 p.m. UTC | #1
On 07.11.18 23:39, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> 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 <marcel.ziswiler@toradex.com>

Reviewed-by: Alexander Graf <agraf@suse.de>

Alex
diff mbox series

Patch

diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig
index 5854910f7b..38f450c8ed 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