[PATCH v3 1/2] configs: phycore-rk3288: Enable CONFIG_LTO

2023-01-21 Thread Samuel Holland
From: Wadim Egorov 

The phycore-rk3288 SPL binary is reaching the limits of 32KB very often.
Enable CONFIG_LTO to reduce the size of the SPL and make the board more
future proof for changes increasing the SPL size.

Signed-off-by: Wadim Egorov 
Signed-off-by: Samuel Holland 
---

Changes in v3:
 - New patch for v3

 configs/phycore-rk3288_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/phycore-rk3288_defconfig b/configs/phycore-rk3288_defconfig
index 0632a928bc..f2a92e25a8 100644
--- a/configs/phycore-rk3288_defconfig
+++ b/configs/phycore-rk3288_defconfig
@@ -15,6 +15,7 @@ CONFIG_DEBUG_UART_BASE=0xff69
 CONFIG_DEBUG_UART_CLOCK=2400
 CONFIG_SYS_LOAD_ADDR=0x800800
 CONFIG_DEBUG_UART=y
+CONFIG_LTO=y
 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x10
 CONFIG_SYS_MONITOR_LEN=614400
-- 
2.37.4



Re: [PATCH v3 1/2] configs: phycore-rk3288: Enable CONFIG_LTO

2023-02-21 Thread Kever Yang

Hi Wadim, Samuel,

    Migrate to use the TPL+SPL can fix the size limit issue.

On 2023/1/22 08:08, Samuel Holland wrote:

From: Wadim Egorov 

The phycore-rk3288 SPL binary is reaching the limits of 32KB very often.
Enable CONFIG_LTO to reduce the size of the SPL and make the board more
future proof for changes increasing the SPL size.

Signed-off-by: Wadim Egorov 
Signed-off-by: Samuel Holland 

Reviewed-by: Kever Yang 

Thanks,
- Kever

---

Changes in v3:
  - New patch for v3

  configs/phycore-rk3288_defconfig | 1 +
  1 file changed, 1 insertion(+)

diff --git a/configs/phycore-rk3288_defconfig b/configs/phycore-rk3288_defconfig
index 0632a928bc..f2a92e25a8 100644
--- a/configs/phycore-rk3288_defconfig
+++ b/configs/phycore-rk3288_defconfig
@@ -15,6 +15,7 @@ CONFIG_DEBUG_UART_BASE=0xff69
  CONFIG_DEBUG_UART_CLOCK=2400
  CONFIG_SYS_LOAD_ADDR=0x800800
  CONFIG_DEBUG_UART=y
+CONFIG_LTO=y
  CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
  CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x10
  CONFIG_SYS_MONITOR_LEN=614400