Re: [PATCH 10/10] socfpga: Enable optimized inlining on stratix10

2020-07-05 Thread Tom Rini
On Thu, May 14, 2020 at 08:30:09AM -0400, Tom Rini wrote: > Enable the new CONFIG_OPTIMIZE_INLINING and CONFIG_SPL_OPTIMIZE_INLINING > options for this platform. With gcc-9.2 from kernel.org this saves us > 1784 bytes in U-Boot and 80 bytes in SPL. > > Cc: Marek Vasut > Cc: Chin-Liang See > Cc

Re: [PATCH 10/10] socfpga: Enable optimized inlining on stratix10

2020-05-14 Thread Marek Vasut
On 5/14/20 2:30 PM, Tom Rini wrote: > Enable the new CONFIG_OPTIMIZE_INLINING and CONFIG_SPL_OPTIMIZE_INLINING > options for this platform. With gcc-9.2 from kernel.org this saves us > 1784 bytes in U-Boot and 80 bytes in SPL. > > Cc: Marek Vasut > Cc: Chin-Liang See > Cc: Dinh Nguyen > Signed

[PATCH 10/10] socfpga: Enable optimized inlining on stratix10

2020-05-14 Thread Tom Rini
Enable the new CONFIG_OPTIMIZE_INLINING and CONFIG_SPL_OPTIMIZE_INLINING options for this platform. With gcc-9.2 from kernel.org this saves us 1784 bytes in U-Boot and 80 bytes in SPL. Cc: Marek Vasut Cc: Chin-Liang See Cc: Dinh Nguyen Signed-off-by: Tom Rini --- configs/socfpga_stratix10_de