diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-10-06 15:37:51 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:36:37 +0200 |
commit | 86d2b28b28f547e3e53994b5fe7af3e25418e72e (patch) | |
tree | 34b09f7d4d212f4fa02d1589114f4be4f06e1a6e /configs/sheevaplug_defconfig | |
parent | 3a7f25b7653a00f8dad40a42a68da9d7b8a7a81d (diff) | |
download | u-boot-86d2b28b28f547e3e53994b5fe7af3e25418e72e.tar.gz |
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 <xypron.glpk@gmx.de>
Diffstat (limited to 'configs/sheevaplug_defconfig')
-rw-r--r-- | configs/sheevaplug_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |