diff options
author | Heinrich Schuchardt | 2021-08-14 21:07:47 +0200 |
---|---|---|
committer | Heinrich Schuchardt | 2021-11-07 18:36:55 +0100 |
commit | 34f2577e926da818b95837a742323874ece5245f (patch) | |
tree | 0a1486f148c2348bfef5cf0f2bf85c28a3060159 | |
parent | aa1b5049278d067ff5aa3fc38b14c66e10264ac3 (diff) |
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 <xypron.glpk@gmx.de>
-rw-r--r-- | configs/rcar3_salvator-x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rcar3_salvator-x_defconfig b/configs/rcar3_salvator-x_defconfig index c82cee93f20..2b2c273f6af 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 |