]> Git Repo - J-u-boot.git/commitdiff
configs: sheevaplug disable EFI_UNICODE_CAPITALIZATION
authorHeinrich Schuchardt <[email protected]>
Sun, 6 Oct 2019 13:37:51 +0000 (15:37 +0200)
committerStefano Babic <[email protected]>
Tue, 8 Oct 2019 14:36:37 +0000 (16:36 +0200)
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 <[email protected]>
configs/sheevaplug_defconfig

index 734e894c9839fcf80b36c8d6bbc24676a369eb4f..cc485364153a824ecc29fdec58cad7aa1a8a1581 100644 (file)
@@ -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
This page took 0.035673 seconds and 4 git commands to generate.