From: Heinrich Schuchardt Date: Sun, 6 Oct 2019 13:37:51 +0000 (+0200) Subject: configs: sheevaplug disable EFI_UNICODE_CAPITALIZATION X-Git-Tag: v2020.01-rc1~33^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=86d2b28b28f547e3e53994b5fe7af3e25418e72e;p=oweals%2Fu-boot.git configs: sheevaplug disable EFI_UNICODE_CAPITALIZATION With upcoming patches u-boot.kwb gets too large. Save 3740 bytes in u-boot.kwb by disabling Unicode support in the UEFI sub-system. Signed-off-by: Heinrich Schuchardt --- diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig index 734e894c98..cc48536415 100644 --- a/configs/sheevaplug_defconfig +++ b/configs/sheevaplug_defconfig @@ -46,3 +46,4 @@ CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_LZMA=y +# CONFIG_EFI_UNICODE_CAPITALIZATION is not set