All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: renesas: reduce rcar3_salvator-x image size
@ 2021-08-14 19:07 Heinrich Schuchardt
  0 siblings, 0 replies; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-08-14 19:07 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu, Marek Vasut
  Cc: Bin Meng, Simon Glass, u-boot, Heinrich Schuchardt

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(+)

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
--
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/1] ARM: renesas: reduce rcar3_salvator-x image size
@ 2022-04-11  9:45 Heinrich Schuchardt
  0 siblings, 0 replies; 2+ messages in thread
From: Heinrich Schuchardt @ 2022-04-11  9:45 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu; +Cc: u-boot, Simon Glass, Heinrich Schuchardt

rcar3_salvator-x u-boot.img is very close to the 0x100000 size limit.

Enable linked time optimization (LTO).

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 configs/rcar3_salvator-x_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/rcar3_salvator-x_defconfig b/configs/rcar3_salvator-x_defconfig
index b6b63829fe..5df295980b 100644
--- a/configs/rcar3_salvator-x_defconfig
+++ b/configs/rcar3_salvator-x_defconfig
@@ -10,6 +10,7 @@ CONFIG_SPL_TEXT_BASE=0xe6338000
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_SALVATOR_X=y
 CONFIG_SYS_LOAD_ADDR=0x58000000
+CONFIG_LTO=y
 CONFIG_REMAKE_ELF=y
 CONFIG_FIT=y
 CONFIG_SUPPORT_RAW_INITRD=y
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-11  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-14 19:07 [PATCH 1/1] ARM: renesas: reduce rcar3_salvator-x image size Heinrich Schuchardt
2022-04-11  9:45 Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.