From: Heinrich Schuchardt Date: Sat, 14 Aug 2021 19:07:47 +0000 (+0200) Subject: ARM: renesas: reduce rcar3_salvator-x image size X-Git-Tag: v2022.01~56^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34f2577e926da818b95837a742323874ece5245f;p=platform%2Fkernel%2Fu-boot.git ARM: renesas: reduce rcar3_salvator-x image size rcar3_salvator-x u-boot.img is very close to the 0x100000 size limit. Disable support for Unicode capitalization. Signed-off-by: Heinrich Schuchardt --- diff --git a/configs/rcar3_salvator-x_defconfig b/configs/rcar3_salvator-x_defconfig index c82cee9..2b2c273 100644 --- a/configs/rcar3_salvator-x_defconfig +++ b/configs/rcar3_salvator-x_defconfig @@ -96,3 +96,4 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT_OVERLAY=y +# CONFIG_EFI_UNICODE_CAPITALIZATION is not set