diff mbox series

[1/1] ARM: renesas: reduce rcar3_salvator-x image size

Message ID 20210814190747.24352-1-xypron.glpk@gmx.de
State Accepted
Commit 34f2577e926da818b95837a742323874ece5245f
Delegated to: Marek Vasut
Headers show
Series [1/1] ARM: renesas: reduce rcar3_salvator-x image size | expand

Commit Message

Heinrich Schuchardt Aug. 14, 2021, 7:07 p.m. UTC
rcar3_salvator-x u-boot.img is very close to the 0x100000 size limit.

Disable support for Unicode capitalization.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 configs/rcar3_salvator-x_defconfig | 1 +
 1 file changed, 1 insertion(+)

--
2.30.2
diff mbox series

Patch

diff --git a/configs/rcar3_salvator-x_defconfig b/configs/rcar3_salvator-x_defconfig
index fdf85b51f5..6b070d8b3e 100644
--- a/configs/rcar3_salvator-x_defconfig
+++ b/configs/rcar3_salvator-x_defconfig
@@ -98,3 +98,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